Press n or j to go to the next uncovered block, b, p or k for the previous block.
import objectID from 'bson-objectid'; /** * Creates a mongo ID */ export default function createId() { return objectID().toHexString(); }