UNPKG
readablefn
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
Helpful and useful javascript functions
github.com/artembuslaev/readablefn
artembuslaev/readablefn
readablefn
/
dist
/
base
/
index.d.ts
5 lines
(4 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./is-not-null'
;
export
*
from
'./is-not-undefined'
;
export
*
from
'./is-null'
;
export
*
from
'./is-undefined'
;