appolo-utils
Advanced tools
Comparing version 0.0.31 to 0.0.32
@@ -28,3 +28,5 @@ "use strict"; | ||
exports.Util = util_1.Util; | ||
const reflectMetadata_1 = require("./lib/reflectMetadata"); | ||
exports.ReflectMetadata = reflectMetadata_1.ReflectMetadata; | ||
exports.default = util_1.Util; | ||
//# sourceMappingURL=index.js.map |
@@ -13,7 +13,8 @@ import {Numbers} from "./lib/numbers" | ||
import {Util} from "./lib/util" | ||
import {ReflectMetadata} from "./lib/reflectMetadata" | ||
export default Util; | ||
export {Numbers, Strings, Hash, Objects, Arrays, Classes, Guid, Promises, Time, Util, Files, Enums, Deferred} | ||
export {Numbers, Strings, Hash, Objects, Arrays, Classes, Guid, Promises, Time, Util, Files, Enums, Deferred,ReflectMetadata} | ||
@@ -17,3 +17,3 @@ { | ||
"main": "./index.js", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"license": "MIT", | ||
@@ -20,0 +20,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74787
1330