CodBi
    Preparing search index...

    Maintainer: Callari, Salvatore (Salvatore.Callari@Ansbach.de)

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    • get transformer(): (
          toTransform: string,
          toLoad: { [key: string]: unknown },
      ) => string

      Gets the transformer that converts the input to capitalized words.

      Returns (toTransform: string, toLoad: { [key: string]: unknown }) => string

      A transformer that lowercases the input and uppercases the first letter after a word boundary (start, whitespace, or hyphen).

    Methods