Skip to main content
Home

@core/pipe@0.4.0
Built and signed on GitHub Actions

Works with
This package works with Node.js, DenoIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Browsers
JSR Score70%
Downloads44/wk
Publisheda year ago (0.4.0)

Performs consecutive operations on a value in TypeScript

f
compose

Composes a sequence of operators to create a new function. Supports type inference for operators and the return type of the final operator.

T
Operator

Operator function that takes a value and returns a new value.

f
pipe

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.

T
AsyncOperator

AsyncOperator function that takes a value and returns a new value.

f
compose

Composes a sequence of operators to create a new function. Supports type inference for operators and the return type of the final operator.

f
pipe

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.

f
compose

Composes a sequence of operators to create a new function. Supports type inference for operators and the return type of the final operator.

T
AsyncOperator

AsyncOperator function that takes a value and returns a new value.

f
pipe

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.

f
compose

Composes a sequence of operators to create a new function. Supports type inference for operators and the return type of the final operator.

T
Operator

Operator function that takes a value and returns a new value.

f
pipe

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.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.