UNPKG
@softbind/react-slotty
Version:
latest (0.0.2)
0.0.2
0.0.1
React Slots
github.com/SoftBind/react-slotty
SoftBind/react-slotty
@softbind/react-slotty
/
dist
/
helpers.js
12 lines
(9 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
upper
=
void
0
;
var
upper =
function
upper
(
str
) {
return
""
.
concat
(str.
charAt
(
0
).
toUpperCase
()).
concat
(str.
slice
(
1
)); };
exports
.
upper
= upper;