UNPKG

@autorest/go

Version:
10 lines 430 B
import * as go from '../../codemodel.go/src/index.js'; /** * Creates the content in version.go. * if version.go doesn't need to be created, the empty string is returned. * * @param codeModel the code model for which to generate version.go * @returns the contents of version.go or the empty string */ export declare function generateVersionInfo(codeModel: go.CodeModel): Promise<string>; //# sourceMappingURL=version.d.ts.map