workflow_launcher/node_modules/boolean/lib/index.ts

5 lines
122 B
TypeScript
Raw Normal View History

2024-03-11 11:01:07 -04:00
import { boolean } from './boolean';
import { isBooleanable } from './isBooleanable';
export { boolean, isBooleanable };