index.ts 122 B

1234
  1. import { boolean } from './boolean';
  2. import { isBooleanable } from './isBooleanable';
  3. export { boolean, isBooleanable };