jarvis/node_modules/boolean/build/lib/boolean.d.ts
2026-04-13 22:01:33 +02:00

3 lines
68 B
TypeScript

declare const boolean: (value: any) => boolean;
export { boolean };