prefix crypto import with node:

This commit is contained in:
Timofey Gelazoniya 2023-11-27 16:55:11 +03:00
parent 3a67c0ce65
commit 98b6932a7d
Signed by: zeldon
GPG Key ID: 047886915281DD2A
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { randomUUID } from 'crypto';
import { randomUUID } from 'node:crypto';
// https://yandex.com/dev/translate/doc/en/concepts/api-overview
export enum Language {