Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
b4e382d3fefb1fb91fcd55a2b953116c2b5dcbe9
/
.
/
node_modules
/
param-case
/
param-case.d.ts
blob: 1a4ba2e071f3dd538e888b94c6b1875049ab01d1 [
file
]
declare
function
paramCase
(
value
:
string
,
locale
?:
string
):
string
;
export
=
paramCase
;