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
/
strings
/
index.d.ts
4 lines
(3 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
isEmptyString }
from
'./is-empty-string'
;
export
{
default
as
isNotEmptyString }
from
'./is-not-empty-string'
;
export
{
default
as
isString }
from
'./is-string'
;