UNPKG

sfdx-experiences-plugin

Version:
8 lines (7 loc) 276 B
/** * Returns the names of all route files in the given bundle path. * * @param {string} bundlePath Path to the bundle. * @returns {string[]} Names of all route files in the bundle path. */ export default function getRoutesFileNames(bundlePath: string): string[];