easysql/node_modules/boolean/lib/index.ts
2025-12-29 18:35:04 +08:00

5 lines
122 B
TypeScript

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