env.d.ts 70 B

12345
  1. declare global {
  2. interface Crypto {
  3. randomUUID(): string;
  4. }
  5. }