UNPKG

swagger-client

Version:

SwaggerJS - a collection of interfaces for OAI specs

2 lines 140 B
const replaceSpecialCharsWithUnderscore = operationId => operationId.replace(/\W/gi, '_'); export default replaceSpecialCharsWithUnderscore;