notetron/node_modules/boolean/lib/index.ts
2022-03-22 13:49:52 +07:00

4 lines
122 B
TypeScript

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