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 210 B
import type { ManifestTransform } from "../types.js"; export declare function maximumSizeTransform(maximumFileSizeToCacheInBytes: number): ManifestTransform; //# sourceMappingURL=maximum-size-transform.d.ts.map