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 (6 loc) 177 B
import { z } from "zod"; export const manifestEntry = z.strictObject({ integrity: z.string().optional(), revision: z.string().nullable().optional(), url: z.string(), });