@autorest/go
Version:
AutoRest Go Generator
9 lines • 330 B
TypeScript
import * as go from '../../../codemodel.go/src/index.js';
/**
* Creates the content for the constants.go file.
*
* @param pkg contains the package content
* @returns the text for the file or the empty string
*/
export declare function generateConstants(pkg: go.PackageContent): string;
//# sourceMappingURL=constants.d.ts.map