appolo-utils
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -23,2 +23,4 @@ "use strict"; | ||
exports.Files = files_1.Files; | ||
const enums_1 = require("./lib/enums"); | ||
exports.Enums = enums_1.Enums; | ||
const util_1 = require("./lib/util"); | ||
@@ -25,0 +27,0 @@ exports.Util = util_1.Util; |
@@ -11,2 +11,3 @@ import {Numbers} from "./lib/numbers" | ||
import {Files} from "./lib/files" | ||
import {Enums} from "./lib/enums" | ||
import {Util} from "./lib/util" | ||
@@ -16,4 +17,4 @@ | ||
export {Numbers, Strings, Hash, Objects, Arrays, Classes, Guid, Promises, Time, Util, Files} | ||
export {Numbers, Strings, Hash, Objects, Arrays, Classes, Guid, Promises, Time, Util, Files,Enums} | ||
@@ -17,3 +17,3 @@ { | ||
"main": "./index.js", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"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
46580
873