UNPKG

appcache-polyfill-sw

Version:

A service worker implementation of the behavior defined in a page's App Cache manifest.

4 lines (3 loc) 129 B
import { set } from 'idb-keyval'; declare function wrappedGet(key: string): Promise<any>; export { set, wrappedGet as get, };