Interface Fin

Returns true if arguments[0] is equal to one of the arguments[1], …, arguments[n] values. Use the function name matching the number of arguments specified.

interface Fin {
    args: Expression<string | number>[];
    name: "in";
}

Hierarchy (view full)

Properties

Properties

args: Expression<string | number>[]
name: "in"