|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
413 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | import { concatenate } from './concatenate.js';
|
|---|
| 2 | import { concatenateToResponse } from './concatenateToResponse.js';
|
|---|
| 3 | import { isSupported } from './isSupported.js';
|
|---|
| 4 | import { strategy, StreamsHandlerCallback } from './strategy.js';
|
|---|
| 5 | import './_version.js';
|
|---|
| 6 | /**
|
|---|
| 7 | * @module workbox-streams
|
|---|
| 8 | */
|
|---|
| 9 | export { concatenate, concatenateToResponse, isSupported, strategy, StreamsHandlerCallback, };
|
|---|
| 10 | export * from './_types.js';
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.