UNPKG

@ramirezcgn/fantasticon

Version:

Fork of fantasticon that implements a forked version of svgicons2svgfont that support more options than the original.

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