@matchlighter/common_library
Advanced tools
Comparing version 1.3.9 to 1.3.10
@@ -16,2 +16,3 @@ declare type MergerFunc<T> = (base: T, layer: T) => T; | ||
} | ||
export declare function merger<T>(spec?: MergerMap<T>): ConfigMerger<T>; | ||
export {}; |
@@ -42,2 +42,6 @@ "use strict"; | ||
exports.ConfigMerger = ConfigMerger; | ||
function merger(spec) { | ||
return new ConfigMerger(spec); | ||
} | ||
exports.merger = merger; | ||
//# sourceMappingURL=config.js.map |
@@ -16,2 +16,3 @@ declare type MergerFunc<T> = (base: T, layer: T) => T; | ||
} | ||
export declare function merger<T>(spec?: MergerMap<T>): ConfigMerger<T>; | ||
export {}; |
@@ -39,2 +39,5 @@ export const RESET_TOKEN = Symbol(); | ||
} | ||
export function merger(spec) { | ||
return new ConfigMerger(spec); | ||
} | ||
//# sourceMappingURL=config.js.map |
{ | ||
"name": "@matchlighter/common_library", | ||
"version": "1.3.9", | ||
"version": "1.3.10", | ||
"description": "Shared Functions, Helpers, Patterns & Utilities for Apps and Libraries", | ||
@@ -5,0 +5,0 @@ "author": "Matchlighter", |
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
308210
4902