UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

11 lines (10 loc) • 323 B
import uuid from './dist/index.js'; export const v1 = uuid.v1; export const v3 = uuid.v3; export const v4 = uuid.v4; export const v5 = uuid.v5; export const NIL = uuid.NIL; export const version = uuid.version; export const validate = uuid.validate; export const stringify = uuid.stringify; export const parse = uuid.parse;