create project
This commit is contained in:
14
kitabcitab/node_modules/next/dist/compiled/@edge-runtime/primitives/cache.d.ts
generated
vendored
Normal file
14
kitabcitab/node_modules/next/dist/compiled/@edge-runtime/primitives/cache.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
declare function createCaches():
|
||||
| undefined
|
||||
| {
|
||||
cacheStorage: () => CacheStorage
|
||||
Cache: typeof Cache
|
||||
CacheStorage: typeof CacheStorage
|
||||
}
|
||||
|
||||
declare const caches: CacheStorage
|
||||
|
||||
declare const CacheStorageConstructor: typeof CacheStorage
|
||||
declare const CacheConstructor: typeof Cache
|
||||
|
||||
export { CacheConstructor as Cache, CacheStorageConstructor as CacheStorage, caches, createCaches };
|
||||
Reference in New Issue
Block a user