UNPKG

sfdx-experiences-plugin

Version:
8 lines (7 loc) 271 B
/** * Returns the path to the routes directory for the given bundle path. * * @param {string} bundlePath Path to the bundle. * @returns {string} Path to the routes directory of the bundle. */ export default function getRoutesPath(bundlePath: string): string;