Function isUniqueHttpMiddleware

  • Checks if a value is an UniqueHttpMiddleware.

    Parameters

    • val: any

      The value to check.

    • Optional id: Nilable<symbol>

      If defined, also check middleware key for this value.

    Returns val is UniqueHttpMiddleware

    Is of type UniqueHttpMiddleware or not.

Generated using TypeDoc