index
:
taler/wallet-core.git
age-withdraw
wallet-core fork
oec
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
param-case
/
param-case.d.ts
blob: 1a4ba2e071f3dd538e888b94c6b1875049ab01d1 (
plain
)
1
2
3
declare
function
paramCase
(
value
:
string
,
locale?
:
string
)
:
string
;
export
=
paramCase
;