3 lines
85 B
TypeScript
3 lines
85 B
TypeScript
import 'typings-global';
|
|
export declare let openUrl: (urlArg: any) => Promise<void>;
|