UNPKG

@prezly/theme-kit-core

Version:

Data layer and utility library for developing Prezly themes with JavaScript

3 lines (2 loc) 105 B
import type { Cache } from './type'; export declare function createStackedCache(caches: Cache[]): Cache;