InventoryTrack/node_modules/boolean/lib/index.ts
2022-11-02 22:16:03 -04:00

5 lines
122 B
TypeScript

import { boolean } from './boolean';
import { isBooleanable } from './isBooleanable';
export { boolean, isBooleanable };