©️
Cross api
En-US
En-US
  • Introduction
  • Compatibility
  • Extensions
  • Usage
    • Tools
      • Config
      • ListProvider
      • Language
      • Help
    • Structure
      • MakeApi
      • MakeModule
      • MakeProvider
      • Revert
  • Structure
    • Root
    • Src
    • @Types
    • Assets
    • Config
    • Dtos
    • Jobs
    • Keys
    • Middlewares
    • Modules
    • Routes
    • Shared
    • Utils
  • Services
    • Transactions
    • Exists
    • FindBy
    • FindIn
    • FindLike
    • FindAll
    • Create
    • CreateMany
    • Update
    • UpdateMany
    • Delete
    • DeleteMany
    • SoftDelete
    • SoftDeleteMany
  • Mappers
    • CloneAttribute
    • UpdateAttribute
    • PatchAttribute
    • UpdateString
    • PatchString
    • InsertAttribute
  • Providers
    • Cache
    • Crypto
    • Hash
    • Lead
    • MailTemplate
    • Mail
    • Queue
    • Notification
    • Storage
Powered by GitBook
On this page

Was this helpful?

  1. Structure

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   

PreviousSharedNextServices

Last updated 4 months ago

Was this helpful?