UNPKG

@serwist/build

Version:

A module that integrates into your build process, helping you generate a manifest of local files that should be precached.

9 lines 291 B
import type { z } from "zod"; export declare class SerwistConfigError extends Error { constructor({ moduleName, message }: { moduleName?: string; message?: string; }); } export declare const validationErrorMap: z.core.$ZodErrorMap; //# sourceMappingURL=error.d.ts.map