easysql/node_modules/boolean/build/lib/boolean.d.ts
2025-12-29 18:35:04 +08:00

3 lines
68 B
TypeScript

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