Files
part2/node_modules/boolean/build/lib/boolean.d.ts
2023-01-19 00:33:33 +08:00

3 lines
68 B
TypeScript

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