Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Performs consecutive operations on a value in TypeScript
Composes a sequence of operators to create a new function. Supports type inference for operators and the return type of the final operator.
Operator function that takes a value and returns a new value.
Pipes a value through a series of operator functions. Supports type inference for both the operator functions and the return value of the final operator.
AsyncOperator function that takes a value and returns a new value.
Composes a sequence of operators to create a new function. Supports type inference for operators and the return type of the final operator.
Pipes a value through a series of asynchronous operator functions. Supports type inference for both the operator functions and the return value of the final operator.
Composes a sequence of operators to create a new function. Supports type inference for operators and the return type of the final operator.
AsyncOperator function that takes a value and returns a new value.
Pipes a value through a series of asynchronous operator functions. Supports type inference for both the operator functions and the return value of the final operator.
Composes a sequence of operators to create a new function. Supports type inference for operators and the return type of the final operator.
Operator function that takes a value and returns a new value.
Pipes a value through a series of operator functions. Supports type inference for both the operator functions and the return value of the final operator.