Sign in
chromium
/
devtools
/
devtools-frontend
/
bedbd4f3fe201caedff255ae97fdf875e13063f8
/
.
/
node_modules
/
no-case
/
no-case.d.ts
blob: 3acd2c2b2c53949b23414ac2319709fd5fa81590 [
file
]
declare
function
noCase
(
value
:
string
,
locale
?:
string
,
replacement
?:
string
):
string
;
export
=
noCase
;