clarity-async
Advanced tools
Comparing version 0.0.1 to 0.0.2
"use strict"; | ||
const Future = require("./Scripts/Future"); | ||
const delayAsync = require("./Scripts/delayAsync"); | ||
var Future = require("./Scripts/Future"); | ||
exports.Future = Future; | ||
var delayAsync = require("./Scripts/delayAsync"); | ||
exports.delayAsync = delayAsync; | ||
//# sourceMappingURL=app.js.map |
import Future = require("./Scripts/Future"); | ||
import delayAsync = require("./Scripts/delayAsync"); | ||
exports.Future = Future; | ||
exports.delayAsync = delayAsync; | ||
export {Future}; | ||
export {delayAsync}; |
{ | ||
"name": "clarity-async", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "ClarityAsyncNpm", | ||
@@ -5,0 +5,0 @@ "main": "app.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
245126
26
2279