UNPKG
@zupit-it/fantasticon
Version:
latest (1.0.1)
1.0.1
1.0.0
Icon font generation tool
github.com/zupit-it/fantasticon
zupit-it/fantasticon
@zupit-it/fantasticon
/
lib
/
utils
/
string.js
6 lines
•
240 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
pluralize
=
void
0
;
const
pluralize
= (
word, amount
) => amount ===
1
? word :
`
${word}
s`
;
exports
.
pluralize
= pluralize;
//# sourceMappingURL=string.js.map