Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PipeA<T>

The return value from pipeA()

Type parameters

  • T

Hierarchy

  • PipeA

Index

Properties

Properties

thru

thru: function

Add another transformer

Type declaration

value

value: function

Get a promise of the transomed value.

Type declaration

    • (): Promise<T>
    • Returns Promise<T>

Generated using TypeDoc