UNPKG

@serwist/build

Version:

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

7 lines 261 B
import { z } from "zod"; export declare const manifestEntry: z.ZodObject<{ integrity: z.ZodOptional<z.ZodString>; revision: z.ZodOptional<z.ZodNullable<z.ZodString>>; url: z.ZodString; }, z.core.$strict>; //# sourceMappingURL=manifest-entry.d.ts.map