DefinitelyTyped/types/open/index.d.ts
2017-03-24 14:27:52 -07:00

9 lines
293 B
TypeScript

// Type definitions for open 0.0.3
// Project: https://github.com/jjrdn/node-open
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function open(target: string, app?: string): void;
export = open;