@azure-tools/typespec-apiview
Version:
Library for emitting APIView token files from TypeSpec
10 lines • 320 B
TypeScript
import { ReviewLine } from "./schemas.js";
export declare function reviewLineText(line: ReviewLine, indent: number): string;
export declare class NamespaceStack {
stack: string[];
push(val: string): void;
pop(): string | undefined;
value(): string;
reset(): void;
}
//# sourceMappingURL=util.d.ts.map