workflow_launcher/node_modules/boolean/lib/index.ts
2024-03-11 16:01:07 +01:00

5 lines
122 B
TypeScript

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