UNPKG

@lcap/builder

Version:
6 lines (5 loc) 256 B
import type { LcapBuildOptions } from '../types'; export declare function genFilesHashMap(rootPath: string, files: string[]): Promise<{ [fileName: string]: string; }>; export default function genManifestConfig(options: LcapBuildOptions): Promise<any>;