UNPKG

workbox-core

Version:

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

12 lines (11 loc) 243 B
import '../_version.js'; declare global { interface WorkerGlobalScope { __WB_DISABLE_DEV_LOGS: boolean; } interface Window { __WB_DISABLE_DEV_LOGS: boolean; } } declare const logger: Console; export { logger };