UNPKG

@samchon/openapi

Version:

OpenAPI definitions and converters for 'typia' and 'nestia'.

9 lines (8 loc) 309 B
export declare namespace NamingConvention { function snake(str: string): string; function camel(str: string): string; function pascal(str: string): string; const capitalize: (str: string) => string; const variable: (str: string) => boolean; const reserved: (str: string) => boolean; }