KC's Workspace
    Preparing search index...

    Type Alias TypeVisitor<T, A>

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

    Type Parameters

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