@bunt/util
Advanced tools
Comparing version 0.26.3 to 0.27.0
@@ -80,2 +80,3 @@ "use strict"; | ||
} | ||
exports.AsyncCallback = AsyncCallback; | ||
__decorate([ | ||
@@ -96,3 +97,2 @@ decorator_js_1.bind | ||
], AsyncCallback.prototype, "sync", null); | ||
exports.AsyncCallback = AsyncCallback; | ||
//# sourceMappingURL=AsyncCallback.js.map |
@@ -9,3 +9,2 @@ export * from "./is.js"; | ||
export * from "./callback.js"; | ||
export * from "./Date/index.js"; | ||
export * from "./Transform/index.js"; | ||
@@ -12,0 +11,0 @@ export * from "./Logger/index.js"; |
@@ -25,3 +25,2 @@ "use strict"; | ||
__exportStar(require("./callback.js"), exports); | ||
__exportStar(require("./Date/index.js"), exports); | ||
__exportStar(require("./Transform/index.js"), exports); | ||
@@ -28,0 +27,0 @@ __exportStar(require("./Logger/index.js"), exports); |
@@ -14,3 +14,3 @@ "use strict"; | ||
SeverityLevel[SeverityLevel["DEBUG"] = 7] = "DEBUG"; | ||
})(SeverityLevel = exports.SeverityLevel || (exports.SeverityLevel = {})); | ||
})(SeverityLevel || (exports.SeverityLevel = SeverityLevel = {})); | ||
//# sourceMappingURL=interfaces.js.map |
@@ -19,5 +19,3 @@ "use strict"; | ||
const entriesReverse = (entries = []) => { | ||
return Object.assign({}, ...entries.map(([key, value]) => ({ | ||
[key]: value, | ||
}))); | ||
return Object.assign({}, ...entries.map(([key, value]) => ({ [key]: value }))); | ||
}; | ||
@@ -24,0 +22,0 @@ exports.entriesReverse = entriesReverse; |
@@ -9,3 +9,2 @@ export * from "./is.js"; | ||
export * from "./callback.js"; | ||
export * from "./Date/index.js"; | ||
export * from "./Transform/index.js"; | ||
@@ -12,0 +11,0 @@ export * from "./Logger/index.js"; |
@@ -9,3 +9,2 @@ export * from "./is.js"; | ||
export * from "./callback.js"; | ||
export * from "./Date/index.js"; | ||
export * from "./Transform/index.js"; | ||
@@ -12,0 +11,0 @@ export * from "./Logger/index.js"; |
@@ -15,3 +15,3 @@ import * as os from "os"; | ||
const loggers = new WeakMap(); | ||
class Logger { | ||
export class Logger { | ||
static severity = SeverityLevel.INFO; | ||
@@ -190,3 +190,2 @@ static emergency = Logger.make(SeverityLevel.EMERGENCY); | ||
} | ||
export { Logger }; | ||
//# sourceMappingURL=Logger.js.map |
@@ -15,5 +15,3 @@ import { isObject } from "./is.js"; | ||
export const entriesReverse = (entries = []) => { | ||
return Object.assign({}, ...entries.map(([key, value]) => ({ | ||
[key]: value, | ||
}))); | ||
return Object.assign({}, ...entries.map(([key, value]) => ({ [key]: value }))); | ||
}; | ||
@@ -20,0 +18,0 @@ export const getClassName = (target, prefix) => { |
const isNumeric = (key) => !isNaN(+key); | ||
class QueryString { | ||
export class QueryString { | ||
static parseFieldName = (name) => { | ||
@@ -20,3 +20,2 @@ const base = name.replace(/\[.+/, ""); | ||
} | ||
export { QueryString }; | ||
//# sourceMappingURL=qs.js.map |
{ | ||
"name": "@bunt/util", | ||
"version": "0.26.3", | ||
"version": "0.27.0", | ||
"keywords": [ | ||
@@ -36,3 +36,3 @@ "typescript" | ||
"license": "MIT", | ||
"gitHead": "07d3ee4d12a7ceec0cacec519425a2cfab1f70c4" | ||
"gitHead": "ed8a1abf168ea3ed94209268406d2b8e9834a5a5" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
473649
405
3591