UNPKG

hex-object-id

Version:

A fast and small module that generates a random ObjectId as a hex string.

9 lines (6 loc) 133 B
import hexObjectId from './index.js' let last for (let i = 0; i < 1_000_000_000; i++) { last = hexObjectId() } console.log(last)