UNPKG

301 BTypeScriptView Raw
1// Type definitions for open 0.0.3
2// Project: https://github.com/jjrdn/node-open
3// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6
7declare function open(target: string, app?: string): void;
8export = open;