Skip to content

EdgeIndexBaseBase.remove method

EdgeIndexBaseBase › remove

Unofficial

Remove an item from the index, optionally using a custom equality function.

Signature:

remove(arg1: unknown, arg2: unknown): unknown

Parameters:

Parameter Type Description
arg1 unknown
arg2 unknown

Returns: unknownThe updated index.