riboseinc / id_pack

Pack UUID and integer ID sets in Ruby and JS
https://www.ribose.com
MIT License
1 stars 0 forks source link

`range` class is missing. Need to include its implementation somewhere #22

Open ribose-jeffreylau opened 6 years ago

ribose-jeffreylau commented 6 years ago

Usage:

var start = 0, length = 10,
    range = new IdPacker.range(start, length);