Package Exports
- ids
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ids) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ids
A simple caching id generation utility.
Usage
var Ids = require('ids');
var ids = new Ids();
var next = ids.next(); // returns id
ids.claim('f71a81'); // claim id as already existing
ids.assigned('f71a81'); // true if id was already generated / claimedGet the library
Fetch it via npm:
npm install --save idsLicense
Use under the terms of the MIT license.