UNPKG

parse-openapi

Version:

OpenAPI v3 parser

6 lines (5 loc) 175 B
/** * Convert the input value to a correct service name. This converts * the input string to PascalCase. */ export declare const getServiceName: (value: string) => string;