@yookue/ts-lang-utils
Version:
Common lang utilities for typescript
19 lines • 806 B
JavaScript
export { allFalse } from "./allFalse";
export { allNotFalse } from "./allNotFalse";
export { allNotTrue } from "./allNotTrue";
export { allTrue } from "./allTrue";
export { anyFalse } from "./anyFalse";
export { anyNotFalse } from "./anyNotFalse";
export { anyNotTrue } from "./anyNotTrue";
export { anyTrue } from "./anyTrue";
export { isFalse } from "./isFalse";
export { isNotFalse } from "./isNotFalse";
export { isNotTrue } from "./isNotTrue";
export { isTrue } from "./isTrue";
export { toString } from "./toString";
export { toString10 } from "./toString10";
export { toStringOnOff } from "./toStringOnOff";
export { toStringTF } from "./toStringTF";
export { toStringTrueFalse } from "./toStringTrueFalse";
export { toStringYesNo } from "./toStringYesNo";
export { toStringYN } from "./toStringYN";