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 (4 loc) 305 B
import { b as basePartial, g as globPartial, r as requiredGlobDirectoryPartial } from './glob.js'; import 'zod'; const getManifestOptions = basePartial.merge(globPartial).merge(requiredGlobDirectoryPartial).strict("Do not pass invalid properties to GetManifestOptions!"); export { getManifestOptions };