UNPKG

@acurast/cli

Version:

A cli to interact with the Acurast Cloud.

4 lines 130 B
export const pluralize = (number, text) => { return number === 1 ? text : text + 's'; }; //# sourceMappingURL=pluralize.js.map