UNPKG
@file-cache/core
Version:
latest (2.0.0)
2.0.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.0.2
0.0.1
A cache for file metadata or file content.
github.com/azu/file-cache
azu/file-cache
@file-cache/core
/
cjs
/
index-wrapper.mjs
6 lines
(4 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
// Bundled with Packemon: https://packemon.dev
// This is an MJS wrapper for a sibling CJS file
import
data
from
'./index.cjs'
;
export
const
{ createCache, deleteCacheFile } = data;