UNPKG

vue-router-webcache

Version:

Enable vue-router routing for google webcache(and same caches)

7 lines (6 loc) 167 B
export interface CacheUrl { hostname: string; pathname: string; getRealUrl?: (url: string) => string; } export declare const defaultCacheUrls: CacheUrl[];