canary/-node/deps.d.ts
2025-08-17 02:11:51 +03:00

14 lines
No EOL
832 B
TypeScript

interface $node {
"child_process" : typeof import( "child_process" ) // mol/run/run.node.ts
"path" : typeof import( "path" ) // mol/file/file.node.ts
"jsdom" : typeof import( "jsdom" ) // mol/dom/context/context.node.ts
"util" : typeof import( "util" ) // mol/charset/encode/encode.ts
"crypto" : typeof import( "crypto" ) // mol/crypto/native/native.node.ts
"fs" : typeof import( "fs" ) // hyoo/crus/app/stat/stat.ts
"node:stream" : typeof import( "node:stream" ) // mol/file/file.node.ts
"os" : typeof import( "os" ) // hyoo/crus/app/home/home.node.ts
"pg" : typeof import( "pg" ) // hyoo/crus/mine/pg/pg.node.ts
"stream" : typeof import( "stream" ) // mol/rest/server/server.node.ts
"http" : typeof import( "http" ) // mol/rest/server/server.node.ts
"dns" : typeof import( "dns" ) // hyoo/crus/app/home/home.node.ts
}