UNPKG
dla
Version:
latest (1.0.0)
1.0.0
0.0.1
node.js data loader with caching and support of lists
dla
/
src
/
cache
/
index.ts
5 lines
(3 loc)
•
90 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
'./cache'
;
export
*
from
'./prefix-cache'
;
export
*
from
'./memory-cache'
;