This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zhang
/
jingcai
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
249ebb0ad3
Branches
Tags
master
jingcai
/
node_modules
/
boolean
/
build
/
lib
/
isBooleanable.d.ts
isBooleanable.d.ts
80 B
History
Raw
1
2
declare const isBooleanable: (value: any) => boolean;
export { isBooleanable };