Options
All
  • Public
  • Public/Protected
  • All
Menu

pipeout

Index

Modules

Interfaces

Type aliases

Type aliases

AsyncUnary

AsyncUnary<T, U>: function

A function that takes a single argument and transforms it, possibly returning a Promise.

Type parameters

  • T

  • U

Type declaration

PossiblePromise

PossiblePromise<T>: T | Promise<T>

A value that may or may not be a promise.

Type parameters

  • T

Unary

Unary<T, U>: function

A function that takes a single argument and transforms it.

Type parameters

  • T

  • U

Type declaration

    • (x: T): U
    • Parameters

      • x: T

      Returns U

Generated using TypeDoc