Type Alias TypeVisitor<T, A>

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

Type Parameters

  • T = void
  • A extends any[] = []