Skip to content

Function.pipe

github-actions[bot] edited this page Jun 2, 2026 · 31 revisions

umt / pipe

Function: pipe()

pipe<T>(initialValue): Pipe<T>

Defined in: Tool/pipe.ts:111

Creates a new Pipe instance with an initial value

Type Parameters

T

T

Parameters

initialValue

T

Initial value for the pipeline

Returns

Pipe<T>

New Pipe instance

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally