UNPKG
parse-openapi
Version:
latest (0.0.1)
0.0.1
0.0.0
OpenAPI v3 parser
parse-openapi
/
dist
/
parser
/
getServiceName.d.ts
6 lines
(5 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Convert the input value to a correct service name. This converts * the input string to PascalCase. */
export
declare
const
getServiceName
:
(
value
:
string
) =>
string
;