UNPKG

fantasticon

Version:
6 lines 240 B
"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