mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-12 12:10:44 +08:00
added definitions for open
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/// <reference path="open.d.ts" />
|
||||
|
||||
import open = require('open');
|
||||
|
||||
open('foo');
|
||||
open('foo', 'bar');
|
||||
Reference in New Issue
Block a user