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]: (value: any) => unknown

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

    • (value: any): unknown
    • Parameters

      • value: any

      Returns unknown

Generated using TypeDoc