UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
node_modules
/
param-case
/
dist.es2015
/
index.js
7 lines
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ __assign }
from
"tslib"
;
import
{ dotCase }
from
"dot-case"
;
export
function
paramCase
(
input, options
) {
if
(options ===
void
0
) { options = {}; }
return
dotCase
(input,
__assign
({
delimiter
:
"-"
}, options)); }
//# sourceMappingURL=index.js.map