Type Utils
    Preparing search index...

    Variable BaseTypesConst

    BaseTypes: readonly [
        "string",
        "number",
        "bigint",
        "boolean",
        "symbol",
        "undefined",
        "object",
        "function",
        "null",
        "enum",
        "primitive",
        "union",
        "intersection",
        "any",
    ] = ...