update
This commit is contained in:
0
test/test.d.ts
vendored
Normal file
0
test/test.d.ts
vendored
Normal file
12
test/test.js
12
test/test.js
@ -1,11 +1 @@
|
||||
/// <reference path="../ts/typings/main.d.ts" />
|
||||
var smartarchive = require("./index.js");
|
||||
var path = require("path");
|
||||
smartarchive.get({
|
||||
from: "https://github.com/UmbrellaZone/legaldocs/archive/master.zip",
|
||||
toPath: path.resolve("./test/"),
|
||||
cb: function () {
|
||||
console.log("This is a callback");
|
||||
}
|
||||
});
|
||||
//# sourceMappingURL=test.js.map
|
||||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGVzdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbInRlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9
|
11
test/test.ts
11
test/test.ts
@ -1,11 +0,0 @@
|
||||
/// <reference path="../ts/typings/main.d.ts" />
|
||||
var smartarchive = require("./index.js");
|
||||
var path = require("path");
|
||||
|
||||
smartarchive.get({
|
||||
from:"https://github.com/UmbrellaZone/legaldocs/archive/master.zip",
|
||||
toPath:path.resolve("./test/"),
|
||||
cb: function(){
|
||||
console.log("This is a callback")
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user