UNPKG

ranges

Version:

Range manipulation and testing

19 lines (8 loc) 545 B
# 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 [![Travis CI Build Status](https://api.travis-ci.org/chbrown/ranges.png)](https://travis-ci.org/chbrown/ranges) ## License Copyright (c) 2013 Christopher Brown. [MIT Licensed](LICENSE).