Skip to content

@maxhealth.tech/prefab / rx / unregisterPipe

Function: unregisterPipe()

ts
function unregisterPipe(name): boolean;

Defined in: rx/pipes.ts:38

Remove a custom pipe (useful in tests). Returns true if it existed.

Parameters

ParameterType
namestring

Returns

boolean

Released under the MIT License.