UNPKG

app-builder-lib

Version:
3 lines (2 loc) 198 B
import { AppInfo } from "../appInfo"; export declare function expandMacro(pattern: string, arch: string | null | undefined, appInfo: AppInfo, extra?: any, isProductNameSanitized?: boolean): string;