Type alias TypeVisitor<T>

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

Type Parameters

  • T = void

Generated using TypeDoc