UNPKG

@serwist/build

Version:

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

8 lines 283 B
import { z } from "zod"; export declare const optionalSwDestPartial: z.ZodObject<{ swDest: z.ZodOptional<z.ZodString>; }, z.core.$strict>; export declare const requiredSwDestPartial: z.ZodObject<{ swDest: z.ZodString; }, z.core.$strict>; //# sourceMappingURL=sw-dest.d.ts.map