deploy: ebd4cc0010
This commit is contained in:
12
node_modules/@algolia/cache-in-memory/dist/cache-in-memory.d.ts
generated
vendored
12
node_modules/@algolia/cache-in-memory/dist/cache-in-memory.d.ts
generated
vendored
@@ -1,12 +0,0 @@
|
||||
import { Cache } from '@algolia/cache-common';
|
||||
|
||||
export declare function createInMemoryCache(options?: InMemoryCacheOptions): Cache;
|
||||
|
||||
export declare type InMemoryCacheOptions = {
|
||||
/**
|
||||
* If keys and values should be serialized using `JSON.stringify`.
|
||||
*/
|
||||
readonly serializable?: boolean;
|
||||
};
|
||||
|
||||
export { }
|
||||
Reference in New Issue
Block a user