Function: remove()
> remove(fn): void
Defined in: src/handlers/TextReplaces.ts:109
Removes a previously registered handler function.
Only the first registration matching fn is removed. If the same function was added
multiple times, subsequent registrations remain.
Parameters
fn
The handler function to remove.
Returns
void