@teleology/fp
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -173,2 +173,14 @@ "use strict"; | ||
}); | ||
}); | ||
var _noop = require("./noop"); | ||
Object.keys(_noop).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _noop[key]; | ||
} | ||
}); | ||
}); |
{ | ||
"name": "@teleology/fp", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A small collection of functional programming utils", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:icarus-sullivan/teleology-fp.git", |
16567
20
318