UNPKG

@serwist/build

Version:

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

4 lines 358 B
import type { GetManifestOptionsComplete, InjectManifestOptionsComplete } from "../types.js"; export declare const validateGetManifestOptions: (input: unknown) => Promise<GetManifestOptionsComplete>; export declare const validateInjectManifestOptions: (input: unknown) => Promise<InjectManifestOptionsComplete>; //# sourceMappingURL=validate-options.d.ts.map