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

3 lines
121 B
TypeScript

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