Files

5 lines
122 B
TypeScript
Raw Permalink Normal View History

2026-03-25 14:14:07 +01:00
import { boolean } from './boolean';
import { isBooleanable } from './isBooleanable';
export { boolean, isBooleanable };