index.d.ts 121 Bytes
Newer Older
huahua committed
1 2 3
import { boolean } from './boolean';
import { isBooleanable } from './isBooleanable';
export { boolean, isBooleanable };