@microsoft.azure/autorest.incubator
Version:
AutoRest incubator project
6 lines • 380 B
TypeScript
export declare function isValidIdentifier(identifier: string): boolean;
export declare function isValidTypeName(identifier: string): boolean;
export declare function isValidNamespace(identifier: string): boolean;
export declare function toCamelCase(identifier: string): string;
export declare function toPascalCase(identifier: string): string;
//# sourceMappingURL=naming.d.ts.map