count-noun-agreement
v1.1.0
Published
count to noun agreement
Downloads
1
Readme
Count to noun agreement
Install
$ npm install count-noun-agreement
Usage
const { countNounAgreement } = require("count-noun-agreement");
countNounAgreement(10, book, books);
//=> "10 books"