Type alias NextDecoder<TMode>

NextDecoder<TMode>: ((mode: TMode, id?: string, cmd?: string, path?: string) => NextHandler)

Type Parameters

Type declaration

    • (mode: TMode, id?: string, cmd?: string, path?: string): NextHandler
    • Decode NextHandler by mode + id + cmd (+ path)

      Parameters

      • mode: TMode
      • Optional id: string
      • Optional cmd: string
      • Optional path: string

      Returns NextHandler

Generated using TypeDoc