source: frontend/node_modules/workbox-core/index.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 753 bytes
Line 
1import { registerQuotaErrorCallback } from './registerQuotaErrorCallback.js';
2import * as _private from './_private.js';
3import { cacheNames } from './cacheNames.js';
4import { copyResponse } from './copyResponse.js';
5import { clientsClaim } from './clientsClaim.js';
6import { setCacheNameDetails } from './setCacheNameDetails.js';
7import { skipWaiting } from './skipWaiting.js';
8import './_version.js';
9/**
10 * All of the Workbox service worker libraries use workbox-core for shared
11 * code as well as setting default values that need to be shared (like cache
12 * names).
13 *
14 * @module workbox-core
15 */
16export { _private, cacheNames, clientsClaim, copyResponse, registerQuotaErrorCallback, setCacheNameDetails, skipWaiting, };
17export * from './types.js';
Note: See TracBrowser for help on using the repository browser.