mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-24 07:49:13 +08:00
7 lines
253 B
Text
7 lines
253 B
Text
import { createPartialResponse } from './createPartialResponse.js';
|
|
import { RangeRequestsPlugin } from './RangeRequestsPlugin.js';
|
|
import './_version.js';
|
|
/**
|
|
* @module workbox-range-requests
|
|
*/
|
|
export { createPartialResponse, RangeRequestsPlugin };
|