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