2025-11-05 17:04:23 -03:00

3 lines
73 B
JavaScript

import { randomUUID } from 'node:crypto';
export default { randomUUID };