function uid()

in lib/unique-id.js [3:5]


function uid() {
  return `${crypto.randomBytes(5).toString('hex')}-${Date.now()}`;
}