UNPKG

@sidekick-coder/db

Version:

Cli Tool to manipulate data from diferent sources

14 lines (11 loc) 212 B
import crypto from 'crypto'; // src/core/idStrategy/createUuid.ts function createUuid() { return { name: "uuid", async create() { return crypto.randomUUID(); } }; } export { createUuid };