index.d.ts 336 B

123456789
  1. import { concatenate } from './concatenate.js';
  2. import { concatenateToResponse } from './concatenateToResponse.js';
  3. import { isSupported } from './isSupported.js';
  4. import { strategy } from './strategy.js';
  5. import './_version.js';
  6. /**
  7. * @module workbox-streams
  8. */
  9. export { concatenate, concatenateToResponse, isSupported, strategy, };