created test

This commit is contained in:
Phil Kunz
2015-10-21 17:20:41 +02:00
parent ae5acd28d3
commit 752553161e
10 changed files with 32 additions and 14 deletions

View File

@@ -1,8 +1,9 @@
/// <reference path="typings/tsd.d.ts" />
var path = require("path");
var open = require("open");
var openURL = require("open");
var smarturl:any = {};
smarturl.open = openURL;