source:
node_modules/swagger-client/es/helpers/replace-special-chars-with-underscore.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 140 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | const replaceSpecialCharsWithUnderscore = operationId => operationId.replace(/\W/gi, '_'); |
2 | export default replaceSpecialCharsWithUnderscore; |
Note:
See TracBrowser
for help on using the repository browser.