Interface Options<T>

interface Options<T> {
    isEqual?: ((a, b) => boolean);
}

Type Parameters

  • T

Properties

Properties

isEqual?: ((a, b) => boolean)

Type declaration

    • (a, b): boolean
    • Parameters

      Returns boolean