added definitions for open

This commit is contained in:
Bart van der Schoor
2014-04-01 00:36:25 +02:00
parent 172625be86
commit 0230d3aa63
2 changed files with 15 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
/// <reference path="open.d.ts" />
import open = require('open');
open('foo');
open('foo', 'bar');