ranges
Version:
Range manipulation and testing
19 lines (8 loc) • 545 B
Markdown
# ranges
Rudimentary range creation and bounds testing. It uses symbolic inclusive/exclusive ranges; it does not create arrays for you! For that use [underscore](http://underscorejs.org/), or [xrange](https://github.com/gyllstromk/xrange), or [lazy.js](https://github.com/dtao/lazy.js), etc.
## Install
npm install ranges
## Tests
`npm test` or [](https://travis-ci.org/chbrown/ranges)
## License
Copyright (c) 2013 Christopher Brown. [MIT Licensed](LICENSE).