smartopen/dist/index.d.ts

5 lines
170 B
TypeScript
Raw Normal View History

/// <reference types="node" />
2017-08-17 07:03:16 +00:00
import 'typings-global';
import { ChildProcess } from 'child_process';
export declare let openUrl: (urlArg: any) => Promise<ChildProcess>;