Files
GNX-mailEnterprise/frontend/node_modules/workbox-routing/utils/normalizeHandler.d.ts
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

11 lines
357 B
TypeScript

import { RouteHandler, RouteHandlerObject } from 'workbox-core/types.js';
import '../_version.js';
/**
* @param {function()|Object} handler Either a function, or an object with a
* 'handle' method.
* @return {Object} An object with a handle method.
*
* @private
*/
export declare const normalizeHandler: (handler: RouteHandler) => RouteHandlerObject;