UNPKG

workbox-core

Version:

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

10 lines (9 loc) 232 B
import '../../_version.js'; interface LoggableObject { [key: string]: string | number; } interface MessageMap { [messageID: string]: (param: LoggableObject) => string; } export declare const messages: MessageMap; export {};