UNPKG
boolean
Version:
latest (3.2.0)
3.2.0
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.3
2.0.2
2.0.1
1.0.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
0.0.0
boolean converts lots of things to boolean.
github.com/thenativeweb/boolean
thenativeweb/boolean
boolean
/
lib
/
index.ts
5 lines
(3 loc)
•
122 B
text/typescript
View Raw
1
2
3
4
5
import
{
boolean
}
from
'./boolean'
;
import
{ isBooleanable }
from
'./isBooleanable'
;
export
{
boolean
, isBooleanable };