@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
| Parameter | Type |
|---|---|
name | string |
Returns
boolean