3 lines
73 B
JavaScript
3 lines
73 B
JavaScript
|
|
import { randomUUID } from 'node:crypto';
|
||
|
|
export default { randomUUID };
|