Urara-Blog/node_modules/.pnpm-store/v3/files/5e/bad93e31b6c9a5debfbdc7c49f7a5f8d5b3e16160646ccd1b772acc165b5a74fdb066cbb77866161e2876109e7ffca6c2fe3e62d3883a4dee881321c69c4c2
2022-08-14 01:14:53 +08:00

17 lines
432 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};