Interface IWrapHandlers

Map for the wrapHandlers property in the IOptions interface.

Hierarchy

  • IWrapHandlers

Indexable

[key: string]: ((key: string, value: any) => string | null)
    • (key: string, value: any): string | null
    • Parameters

      • key: string
      • value: any

      Returns string | null

Generated using TypeDoc