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
/
StorageUtils
/
index.ts
6 lines
(5 loc)
•
199 B
text/typescript
View Raw
1
2
3
4
5
6
export
{ get }
from
'./StorageUtils'
;
export
{ set }
from
'./StorageUtils'
;
export
{ has }
from
'./StorageUtils'
;
export
{ remove }
from
'./StorageUtils'
;
export
{ removeAll }
from
'./StorageUtils'
;