@typespec/compiler
Version:
TypeSpec Compiler Preview
17 lines • 407 B
TypeScript
export declare const typespecVersion: any;
export interface TypeSpecManifest {
/**
* Version of the tsp compiler.
*/
version: string;
/**
* Full commit sha.
*/
commit: string;
/**
* Number of the pull request, if the build was from a pull request.
*/
pr?: number;
}
export declare const MANIFEST: TypeSpecManifest;
//# sourceMappingURL=manifest.d.ts.map