Home > @infiniteobjects/core-library-web > Functions > isTrue
Returns true if the value is truthy
true
Signature:
static isTrue(value: unknown): boolean;
Returns:
boolean