UNPKG
@code-o-mat/globals
Version:
latest (0.0.17)
0.0.17
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.1
Abstract Package to support CodeOMat series of apps.
@code-o-mat/globals
/
src
/
caches
/
index.js
5 lines
(2 loc)
•
53 B
JavaScript
View Raw
1
2
3
4
5
import
Cache
from
'./cache'
;
export
default
Cache
;