smartarchive/ts/test.ts

4 lines
223 B
TypeScript
Raw Permalink Normal View History

2016-01-18 21:17:24 +00:00
/// <reference path="./typings/tsd.d.ts" />
var remotezip = require("./index.js");
var path = require("path");
remotezip({from:"https://github.com/UmbrellaZone/legaldocs/archive/master.zip",toPath:path.resolve("./test/")});