Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EncodeUtils

Hierarchy

  • EncodeUtils

Index

Properties

decodeUmlauts

decodeUmlauts: (target: string | {}, doAlsoEncodeUpperCase?: boolean) => string | {}

Type declaration

    • (target: string | {}, doAlsoEncodeUpperCase?: boolean): string | {}
    • Parameters

      • target: string | {}
      • Optional doAlsoEncodeUpperCase: boolean

      Returns string | {}

encodeUmlauts

encodeUmlauts: (target: string | {}, doAlsoEncodeUpperCase?: boolean) => string | {}

Type declaration

    • (target: string | {}, doAlsoEncodeUpperCase?: boolean): string | {}
    • Parameters

      • target: string | {}
      • Optional doAlsoEncodeUpperCase: boolean

      Returns string | {}

Generated using TypeDoc