Edit File: boolean.d.ts
declare const boolean: (value: any) => boolean; export { boolean };
Back to File Manager