geostyler-style
    Preparing search index...

    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 Summary)

    Index

    Properties

    Properties

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