summaryrefslogtreecommitdiff
path: root/node_modules/boolean/build/lib/boolean.d.ts
blob: 379e720ed5c057f1c11eab85e26b392d31597696 (plain)
1
2
declare const boolean: (value: any) => boolean;
export { boolean };