How to use cuid

Comprehensive cuid code examples:

How to use cuid.js:

353
354
355
356
357
358
359
360
361
362
363
364
365






},{"./dom-delegator.js":7,"cuid":9,"global/document":10,"individual":11}],9:[function(require,module,exports){
/**
 * cuid.js
 * Collision-resistant UID generator for browsers and node.
 * Sequential for fast db lookups and recency sorting.
 * Safe for element IDs and server-side lookups.
 *