sfdx-experiences-plugin
Version:
SFDX plugin to manage ExperienceBundle metadata
9 lines (8 loc) • 353 B
TypeScript
/**
* Returns the path to the given route file in the given bundle path.
*
* @param {string} bundlePath Path to the bundle.
* @param {string} routeFileName Name of the route file.
* @returns {string} Path to the route file in the bundle path.
*/
export default function getRouteFilePath(bundlePath: string, routeFileName: string): string;