notetron/node_modules/boolean/lib/index.ts

5 lines
122 B
TypeScript
Raw Normal View History

2022-03-22 06:49:52 +00:00
import { boolean } from './boolean';
import { isBooleanable } from './isBooleanable';
export { boolean, isBooleanable };