UNPKG

@builder.io/sdk-vue

Version:
7 lines (6 loc) 169 B
/** * This is an LRU cache to hold preview content on the server-side. * * Note: This logic is only used by the NextJS SDK. */ export declare function init(): void;