UNPKG

@push.rocks/smartdata

Version:

An advanced library for NoSQL data organization and manipulation using TypeScript with support for MongoDB, data validation, collections, and custom data types.

6 lines (4 loc) 152 B
import * as plugins from './plugins.js'; export const getNewUniqueId = async (prefixArg?: string) => { return plugins.smartunique.uni(prefixArg); };