notetron/node_modules/boolean/build/lib/index.d.ts

4 lines
121 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 };