Type alias TypeVisitor<T>

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

Type Parameters

  • T = void

Generated using TypeDoc