index.mjs 406 B

123456789101112131415161718192021
  1. /*
  2. Copyright 2018 Google LLC
  3. Use of this source code is governed by an MIT-style
  4. license that can be found in the LICENSE file or at
  5. https://opensource.org/licenses/MIT.
  6. */
  7. import {createPartialResponse} from './createPartialResponse.mjs';
  8. import {Plugin} from './Plugin.mjs';
  9. import './_version.mjs';
  10. /**
  11. * @namespace workbox.rangeRequests
  12. */
  13. export {
  14. createPartialResponse,
  15. Plugin,
  16. };