Files
PeojectTWT/WordDictationStudentApp/node_modules/boolean/build/lib/boolean.d.ts
2025-10-11 10:47:07 +08:00

3 lines
68 B
TypeScript

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