mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Prefix core module imports with node:
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import tls, { TLSSocket } from 'tls';
|
||||
import { URL } from 'url';
|
||||
import tls, { TLSSocket } from 'node:tls';
|
||||
import { URL } from 'node:url';
|
||||
|
||||
interface ProxyOptions extends tls.ConnectionOptions {
|
||||
method: 'GET';
|
||||
|
||||
Reference in New Issue
Block a user