count-noun-agreement

count to noun agreement

Usage no npm install needed!

<script type="module">
  import countNounAgreement from 'https://cdn.skypack.dev/count-noun-agreement';
</script>

README

Count to noun agreement

Install

$ npm install count-noun-agreement

Usage

const { countNounAgreement } = require("count-noun-agreement");

countNounAgreement(10, book, books);
//=> "10 books"