Type Alias TypeVisitor<T>

TypeVisitor<T>: {
    [K in TypeKind]: ((type: Models.TypeKindMap[K]) => T)
}

Type Parameters

  • T = void