UNPKG

@microsoft.azure/autorest.incubator

Version:
6 lines 380 B
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