boolean.d.ts 68 Bytes
Newer Older
huahua committed
1 2
declare const boolean: (value: any) => boolean;
export { boolean };