Type alias ContextNormalizerFunction

ContextNormalizerFunction: ((context: any) => any)

Type declaration

    • (context: any): any
    • Parameters

      • context: any

      Returns any