An open API service indexing awesome lists of open source software.

https://github.com/erfanium/oid-gen

Tiny, fast and independent package to generate bson/mongodb ObjectIDs
https://github.com/erfanium/oid-gen

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

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