Package checks if a number is 15 numerically. Returns true or false approprietly.
npm install is-fifteen15. It returns true if the input equals 15, and false otherwise.
15. Whether for debugging, validation, or simple checks, isFifteen does the job quickly and cleanly.
bash
#npm
npm install is-fifteen
yarn
yarn add is-fifteen
`
Examples
``bash