Files
NebulaBrowser/node_modules/boolean/build/lib/boolean.d.ts
T
2025-07-25 14:22:48 +12:00

3 lines
68 B
TypeScript

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