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:

ParameterTypeDescription
arg1unknown
arg2unknown

Returns: unknownThe updated index.