smartopen/dist/index.d.ts

3 lines
85 B
TypeScript
Raw Normal View History

2017-08-17 07:03:16 +00:00
import 'typings-global';
2017-03-12 20:20:43 +00:00
export declare let openUrl: (urlArg: any) => Promise<void>;