index.d.ts 121 B

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