smartopen/dist/index.d.ts

4 lines
145 B
TypeScript
Raw Normal View History

/// <reference types="node" />
import { ChildProcess } from 'child_process';
export declare let openUrl: (urlArg: any) => Promise<ChildProcess>;