Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Pipe<T>

The return value from pipe()

Type parameters

  • T

Hierarchy

  • Pipe

Index

Properties

Properties

thru

thru: function

Add another transformer

Type declaration

    • Type parameters

      • U

      Parameters

      • transformer: Unary<T, U>

      Returns Pipe<U>

value

value: function

Get the transomed value.

Type declaration

    • (): T
    • Returns T

Generated using TypeDoc