boolean.d.ts 68 Bytes Raw Blame History Permalink 1 2 declare const boolean: (value: any) => boolean; export { boolean };