payload
Version:
Node, React, Headless CMS and Application Framework built on Next.js
9 lines • 341 B
TypeScript
/**
* Returns the path to the import map file. If the import map file is not found, it throws an error.
*/
export declare function resolveImportMapFilePath({ adminRoute, importMapFile, rootDir, }: {
adminRoute?: string;
importMapFile?: string;
rootDir: string;
}): string;
//# sourceMappingURL=resolveImportMapFilePath.d.ts.map