Skip to main content

TypeUtils

Functions

anyValue

TypeUtils.anyValue(...any) → ...any

Type checking hack to convert a typed variable argument parameter to a type of any

Show raw api
{
    "functions": [
        {
            "name": "anyValue",
            "desc": "Type checking hack to convert a typed variable argument parameter to a type of any",
            "params": [
                {
                    "name": "...",
                    "desc": "",
                    "lua_type": "any"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "...any\n"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 12,
                "path": "src/typeutils/src/Shared/TypeUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "TypeUtils",
    "desc": "",
    "source": {
        "line": 5,
        "path": "src/typeutils/src/Shared/TypeUtils.lua"
    }
}