boolean.d.ts 68 Bytes
declare const boolean: (value: any) => boolean;
export { boolean };