fix(meta): type improvements

This commit is contained in:
2025-03-15 13:52:48 +00:00
parent 2b207833ce
commit c084de9c78
6 changed files with 243 additions and 120 deletions

View File

@ -2,6 +2,7 @@
import * as dns from 'dns';
import * as fs from 'fs';
import * as crypto from 'crypto';
import * as http from 'http';
import * as net from 'net';
import * as path from 'path';
import * as tls from 'tls';
@ -11,6 +12,7 @@ export {
dns,
fs,
crypto,
http,
net,
path,
tls,