Utils
It is where useful tools for various use cases are stored.
.
└── utils
├── mappers
│ ├── mapAndCloneAttribute.ts
│ ├── mapAndInsertAttribute.ts
│ ├── mapAndPatchAttribute.ts
│ ├── mapAndPatchString.ts
│ ├── mapAndUpdateAttribute.ts
│ ├── mapAndUpdateString.ts
│ └── index.ts
├── combinations.ts
├── convertToMilliseconds.ts
├── decimalAdjust.ts
├── errorLog.ts
├── getExceptionOptions.ts
├── jsonToXml.ts
└── slugify.ts
Last updated
Was this helpful?