UNPKG

workbox-core

Version:

This module is used by a number of the other Workbox modules to share common code.

8 lines (7 loc) 190 B
import '../_version.js'; /** * A helper function that prevents a promise from being flagged as unused. * * @private **/ export declare function dontWaitFor(promise: Promise<any>): void;