@serwist/build
Version:
A module that integrates into your build process, helping you generate a manifest of local files that should be precached.
9 lines • 400 B
TypeScript
import type { FileDetails, GlobPartial } from "../types.js";
export declare const getFileDetails: ({ globDirectory, globFollow, globIgnores, globPattern, }: Omit<GlobPartial, "globDirectory" | "globPatterns" | "templatedURLs"> & {
globDirectory: string;
globPattern: string;
}) => {
globbedFileDetails: FileDetails[];
warning: string;
};
//# sourceMappingURL=get-file-details.d.ts.map