index.d.ts 753 B

1234567891011121314151617
  1. import { registerQuotaErrorCallback } from './registerQuotaErrorCallback.js';
  2. import * as _private from './_private.js';
  3. import { cacheNames } from './cacheNames.js';
  4. import { copyResponse } from './copyResponse.js';
  5. import { clientsClaim } from './clientsClaim.js';
  6. import { setCacheNameDetails } from './setCacheNameDetails.js';
  7. import { skipWaiting } from './skipWaiting.js';
  8. import './_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. */
  16. export { _private, cacheNames, clientsClaim, copyResponse, registerQuotaErrorCallback, setCacheNameDetails, skipWaiting, };
  17. export * from './types.js';