UNPKG

sfdx-experiences-plugin

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