UNPKG

209 BTypeScriptView Raw
1import { FileSystemCache, FileSystemCacheOptions } from './FileSystemCache';
2declare const _default: (options?: FileSystemCacheOptions) => FileSystemCache;
3export default _default;
4export { FileSystemCache };