Skip to content

T

T(): boolean

Defined in: logic/t.ts:11

A function that always returns true.

Returns

boolean

true

Example

T(); // true