UNPKG

@trap_stevo/ventry

Version:

The universal engine for creating, tracking, and evolving interactive content — from posts, comments, and likes to offers, auctions, events, and beyond. Define, extend, and analyze content objects in real time. Turn anything into user-driven content.

12 lines (11 loc) 121 B
"use strict"; const { ulid } = require("ulidx"); function newID() { return ulid(); } ; module.exports = { newID };