UNPKG

sfdx-experiences-plugin

Version:
9 lines (8 loc) 347 B
/** * Returns the path to the given view file in the given bundle path. * * @param {string} bundlePath Path to the bundle. * @param {string} viewFileName Name of the view file. * @returns {string} Path to the view file in the bundle path. */ export default function getViewFilePath(bundlePath: string, viewFileName: string): string;