@autorest/go
Version:
AutoRest Go Generator
10 lines • 792 B
TypeScript
export declare function getEscapedReservedName(name: string, appendValue: string, additional?: Array<string>): string;
export declare function packageNameFromOutputFolder(folder: string): string;
export declare function ensureNameCase(name: string, lowerFirst?: boolean): string;
export declare function trimPackagePrefix(pkg: string, val: string): string;
export declare function capitalize(str: string): string;
export declare function uncapitalize(str: string): string;
export declare function createPolymorphicInterfaceName(base: string): string;
export declare function createOptionsTypeDescription(typeName: string, methodName: string): string;
export declare function createResponseEnvelopeDescription(typeName: string, methodName: string): string;
//# sourceMappingURL=naming.d.ts.map