Type alias TestFunction

TestFunction: ((v: any, k: string, x: object) => boolean)

Type declaration

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

      Returns

      selected?

      Parameters

      • v: any

        value in object

      • k: string

        key of value in object

      • x: object

        object containing the value

      Returns boolean

Generated using TypeDoc