UNPKG

nativefier

Version:
10 lines (9 loc) 202 B
type NameParams = { packager: { name?: string; platform?: string; targetUrl: string; }; }; export declare function name(options: NameParams): Promise<string>; export {};