All falsy values in JavaScript. This does not include NaN because there is no dedicated type for it in TypeScript.
NaN
import type {FalsyValue} from '@augment-vir/assert';const falsy: FalsyValue = 0; Copy
import type {FalsyValue} from '@augment-vir/assert';const falsy: FalsyValue = 0;
@augment-vir/assert
All falsy values in JavaScript. This does not include
NaN
because there is no dedicated type for it in TypeScript.