Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITypeHandlers

Map for the typeHandlers property in the IOptions interface.

Hierarchy

  • ITypeHandlers

Implemented by

Indexable

[type: string]: function

Mapping between the type of a value in an object to a function taking this value and returning a replacement value.

    • (value: any): any
    • Parameters

      • value: any

      Returns any

Generated using TypeDoc