UNPKG

@prezly/theme-kit-core

Version:

Data layer and utility library for developing Prezly themes with JavaScript

4 lines (3 loc) 154 B
import type { Cache } from './type'; export declare const RECORDS_LIMIT = 10000; export declare function createSharedMemoryCache(prefix?: string): Cache;