3 lines
68 B
JavaScript

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