web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
287 B

  1. import { WorkboxPlugin } from 'workbox-core/types.js';
  2. import './_version.js';
  3. /**
  4. * Adds plugins to precaching.
  5. *
  6. * @param {Array<Object>} newPlugins
  7. *
  8. * @memberof module:workbox-precaching
  9. */
  10. declare function addPlugins(newPlugins: WorkboxPlugin[]): void;
  11. export { addPlugins };