UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

10 lines (8 loc) 312 B
// 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 module 'open' { function open(target: string, app?: string): void; export = open; }