minishouyin/node_modules/boolean/build/lib/boolean.d.ts

3 lines
68 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
declare const boolean: (value: any) => boolean;
export { boolean };