Variable builtinTypesConst

builtinTypes: {
    [key: string]: ((arg) => TypeNode);
} = ...

Some builtins have types that are not easy to express with our current hacky polymorphic support. For those we have the custom type constructors before, that introspect the AST to determine the type.

Type declaration

Generated using TypeDoc