UNPKG

@serwist/build

Version:

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

3 lines 214 B
import type { FileDetails } from "../types.js"; export declare const getCompositeDetails: (compositeURL: string, dependencyDetails: FileDetails[]) => FileDetails; //# sourceMappingURL=get-composite-details.d.ts.map