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