UNPKG
utileo
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0
0.1.0
0.0.1
JS library with most common utils.
github.com/bharatpe/utileo
bharatpe/utileo
utileo
/
src
/
index.ts
6 lines
(5 loc)
•
185 B
text/typescript
View Raw
1
2
3
4
5
6
export
*
from
'./CommonUtils/index'
;
export
*
from
'./StorageUtils/index'
;
export
*
from
'./Geolocation/index'
;
export
*
from
'./CurrencyUtils/index'
;
export
*
from
'./UrlUtils/index'
;