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
/
upper-case
/
upper-case.d.ts
blob: a3e83b3c697fb3963d98586cf76b75222fd1d41f (
plain
)
1
2
3
declare
function
upperCase
(
value
:
string
,
locale?
:
string
)
:
string
;
export
=
upperCase
;