UNPKG

simform-pocket-cli

Version:
6 lines (5 loc) 186 B
/** * Gets the app name from the label. * @param {string | string[]} label - The label to get the app name. */ export declare const getApkName: (label?: string | string[]) => string;