Files
2026-07-13 12:06:16 +08:00

4 lines
85 B
JavaScript

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