UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 174 B
//#region src/internal/_randomBoolean.ts const _randomBoolean = () => Math.random() < .5; //#endregion export { _randomBoolean }; //# sourceMappingURL=_randomBoolean.mjs.map