EdgeIndexBaseBase.remove method
EdgeIndexBaseBase › remove
Unofficial
Remove an item from the index, optionally using a custom equality function.Signature:
remove(arg1: unknown, arg2: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| arg1 | unknown | |
| arg2 | unknown |
Returns: unknown — The updated index.