UNPKG

sw-helper

Version:

[![NPM](http://img.shields.io/npm/v/preact-router.svg)](https://www.npmjs.com/package/preact-router)

14 lines (12 loc) 267 B
/** * Created by imamudinnaseem on 6/9/17. */ import {IConfig} from "./Iconfig"; export interface IOptions { cacheName: string; cacheFiles: IConfig[]; strategy: string; prefetchFiles: string[]; getKey: Function; disableLogging?: boolean; }