Function: remove()
> remove(fn): void
Defined in: node_modules/@drincs/pixi-vn-json/dist/index.d.ts:1217
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
ReplaceHandler
The handler function to remove.
Returns
void