UNPKG

@bugsnag/cuid

Version:

Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.

9 lines (6 loc) 132 B
'use strict'; function pad (num, size) { var s = '000000000' + num; return s.substr(s.length - size); } module.exports = pad;