Urara-Blog/node_modules/.pnpm-store/v3/files/54/44dc392f7b866670624c861fda0765fe6f015724949f730aaa5b0319a975f917c1e1170201d3c47f0a8aad96bbc78a9a2c2e8779729d530a2f940d7d038407
2022-08-14 01:14:53 +08:00

14 lines
435 B
Text

/*
Copyright 2018 Google LLC
Use of this source code is governed by an MIT-style
license that can be found in the LICENSE file or at
https://opensource.org/licenses/MIT.
*/
import { createPartialResponse } from './createPartialResponse.js';
import { RangeRequestsPlugin } from './RangeRequestsPlugin.js';
import './_version.js';
/**
* @module workbox-range-requests
*/
export { createPartialResponse, RangeRequestsPlugin };