source:
node_modules/swagger-client/lib/helpers/replace-special-chars-with-underscore.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 226 bytes |
Line | |
---|---|
1 | "use strict"; |
2 | |
3 | exports.__esModule = true; |
4 | exports.default = void 0; |
5 | const replaceSpecialCharsWithUnderscore = operationId => operationId.replace(/\W/gi, '_'); |
6 | var _default = exports.default = replaceSpecialCharsWithUnderscore; |
Note:
See TracBrowser
for help on using the repository browser.