IsBetween.js
Install
npm i is-between-js
How to use?
You can import the isBetween function in your JavaScript/TypeScript file and use it like this!
The TypeScript types are included in the library.
// returns true // returns false
or
const between = betweenvalue1 // returns truebetweenvalue10 // returns false