UNPKG

@a11ywatch/core

Version:
6 lines 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pluralize = void 0; const pluralize = (count, text) => `${text}${count === 1 ? "" : "s"}`; exports.pluralize = pluralize; //# sourceMappingURL=pluralize.js.map