UNPKG

vue-hooks-plus

Version:
5 lines (4 loc) 246 B
type CachedKey = string | number; declare const getCachePromise: (cacheKey: CachedKey) => Promise<any> | undefined; declare const setCachePromise: (cacheKey: CachedKey, promise: Promise<any>) => void; export { getCachePromise, setCachePromise };