Skip to content

@maxhealth.tech/prefab / rx / PipeFn

Type Alias: PipeFn

ts
type PipeFn = (value, ...args) => unknown;

Defined in: rx/pipes.ts:21

A pipe function receives the current value and optional arguments.

Parameters

ParameterType
valueunknown
...argsunknown[]

Returns

unknown

Released under the MIT License.