CmpStr - v3.2.1
    Preparing search index...

    Type Alias NormalizerFn

    NormalizerFn: (input: string) => string

    NormalizerFn defines the signature for a normalization function. It takes a string and returns a normalized string.

    Type Declaration

      • (input: string): string
      • Parameters

        • input: string

        Returns string