# Utils

```bash
.
└── 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   
```

***
