Explicitly import node process

This commit is contained in:
Cohee
2024-10-11 10:43:29 +03:00
parent 7ca1b2e532
commit a0889a15fd
12 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import path from 'node:path';
import fs from 'node:fs';
import http2 from 'node:http2';
import process from 'node:process';
import { Readable } from 'node:stream';
import { createRequire } from 'node:module';
import { Buffer } from 'node:buffer';