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
/
mjs
/
noCache.d.ts
3 lines
•
149 B
TypeScript
View Raw
1
2
3
import
{
CacheInterface
}
from
"./CacheInterface.js"
;
export
declare
const
createNoCache
:
() =>
CacheInterface
;
//# sourceMappingURL=noCache.d.ts.map