UNPKG

@kissflow/form-field-scripts

Version:

Scripts to serve, build, lint, test, etc. a Kissflow's custom form field project.

10 lines (8 loc) 132 B
const isPlural = (number) => { if (number > 1) { return 's' } else { return '' } } export { isPlural }