This website requires JavaScript.
Explore
Help
Sign in
actions
/
ts-ci
Watch
2
Star
0
Fork
You've already forked ts-ci
0
mirror of
https://github.com/garronej/ts-ci.git
synced
2025-11-30 21:43:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
89f37d738b
ts-ci
/
src
/
tools
/
toUpperCase.ts
4 lines
83 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add eslint and prettier support
2020-05-27 22:02:44 +02:00
export
function
toUpperCase
(
str
:
string
)
:
string
{
update
2020-05-14 00:47:15 +02:00
return
str
.
toUpperCase
(
)
;
Add eslint and prettier support
2020-05-27 22:02:44 +02:00
}
Reference in a new issue
Copy permalink