UNPKG

nativefier

Version:
10 lines (9 loc) 214 B
type IconParams = { packager: { icon?: string; targetUrl: string; platform?: string; }; }; export declare function icon(options: IconParams): Promise<string | undefined>; export {};