fix(imports): use node: built-in imports and remove dead smartpromise/smartdelay exports

This commit is contained in:
2026-02-11 15:57:37 +00:00
parent ec3440406f
commit 9c3f7acae8
8 changed files with 23 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
import * as crypto from 'crypto';
import * as dgram from 'dgram';
import * as crypto from 'node:crypto';
import * as dgram from 'node:dgram';
export {
crypto,