Type alias TestFunction

TestFunction: ((v, k, x) => boolean)

Type declaration

    • (v, k, x): boolean
    • Handle selection of entries in an object.

      Parameters

      • v: any

        value in object

      • k: string

        key of value in object

      • x: object

        object containing the value

      Returns boolean

      selected?

Generated using TypeDoc