@contrail/util
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -0,0 +0,0 @@ import { getIsoDatePart } from "./getIsoDatePart/getIsoDatePart"; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function getIsoDatePart(date: Date): string; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './object-util/object-util'; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare class MapUtil { | ||
static keyBy(array: any[], variableString: any): {}; | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function applyChangesIfEqual(target: any, priorSourceValues: any, newSourceValues: any, propertyKeys: any): void; | ||
export declare function determineChangesIfEqual(target: any, priorSourceValues: any, newSourceValues: any, propertyKeys: any): any; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function cloneDeep(obj: any): any; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export interface ObjectDiff { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare const item1Assortment1: { |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function isObject(item: any): boolean; |
@@ -0,0 +0,0 @@ "use strict"; |
export declare function mergeDeep(target: any, ...sources: any[]): any; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { cloneDeep } from './cloneDeep/cloneDeep'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
import { replaceAllWithFunction } from "./replaceAllWithFunction/replaceAllWithFunction"; | ||
export declare class StringUtil { | ||
@@ -9,3 +8,2 @@ static convertToHyphenCase(entityName: string, transformToLowerCase?: boolean): string; | ||
static isArray(value: any): boolean; | ||
static replaceAllWithFunction: typeof replaceAllWithFunction; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.StringUtil = void 0; | ||
const replaceAllWithFunction_1 = require("./replaceAllWithFunction/replaceAllWithFunction"); | ||
class StringUtil { | ||
@@ -65,2 +64,1 @@ static convertToHyphenCase(entityName, transformToLowerCase = true) { | ||
exports.StringUtil = StringUtil; | ||
StringUtil.replaceAllWithFunction = replaceAllWithFunction_1.replaceAllWithFunction; |
{ | ||
"name": "@contrail/util", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"description": "General javascript utilities", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
20459
26
550