UNPKG

sfdx-experiences-plugin

Version:
9 lines (8 loc) 353 B
/** * 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;