index.js 436 B

1234567891011121314
  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.js';
  8. import { RangeRequestsPlugin } from './RangeRequestsPlugin.js';
  9. import './_version.js';
  10. /**
  11. * @module workbox-range-requests
  12. */
  13. export { createPartialResponse, RangeRequestsPlugin, };