UNPKG

topenurl

Version:

Open a URL via the operating system (http: in default browser, mailto: in mail client etc.

12 lines (10 loc) 257 B
export declare function open( url: string, callback?: (error: Error) => void ): void; export declare function mailto( recipients: string[], fields: Record<string, string>, recipientsSeparator: string, callback?: (error: Error) => void ): void;