|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
287 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | import { WorkboxPlugin } from 'workbox-core/types.js';
|
|---|
| 2 | import './_version.js';
|
|---|
| 3 | /**
|
|---|
| 4 | * Adds plugins to the precaching strategy.
|
|---|
| 5 | *
|
|---|
| 6 | * @param {Array<Object>} plugins
|
|---|
| 7 | *
|
|---|
| 8 | * @memberof workbox-precaching
|
|---|
| 9 | */
|
|---|
| 10 | declare function addPlugins(plugins: WorkboxPlugin[]): void;
|
|---|
| 11 | export { addPlugins };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.