@erfanium/oid-gen

Tiny, fast and independent package to generate bson/mongodb ObjectIDs

Usage no npm install needed!

<script type="module">
  import erfaniumOidGen from 'https://cdn.skypack.dev/@erfanium/oid-gen';
</script>

README

import { oid, oidHex } from '@erfanium/oid-gen'

const objectID: Buffer = oid()
const objectIDHexString: string = oidHex()