UNPKG

stonev5-utils

Version:
5 lines 137 B
import { v4 as uuid } from "uuid"; export function newID() { return "ID" + uuid().replace(/-/g, ""); } //# sourceMappingURL=id.js.map