Prefix core module imports with node:

This commit is contained in:
absidue
2021-10-28 19:40:19 +02:00
parent a13e588246
commit 90867b9430
9 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
import { Readable } from 'stream';
import { IncomingMessage } from 'http';
import { Readable } from 'node:stream';
import { IncomingMessage } from 'node:http';
import { parseAudioFormats, StreamOptions, StreamType } from '../stream';
import { ProxyOptions as Proxy, request, request_stream } from '../../Request';
import { video_info } from '..';