UNPKG

nuxt-multi-cache

Version:

SSR route, component and data cache for Nuxt.js

6 lines (5 loc) 153 B
import type { MultiCacheApp } from '../../types.js'; /** * Get the nuxt-multi-cache app. */ export declare function useMultiCacheApp(): MultiCacheApp;