PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
@types
/
node
/
ts4.8
/** @deprecated since v6.3.0 - use constants property exposed by the relevant module instead. */ declare module 'constants' { import { constants as osConstants, SignalConstants } from 'node:os'; import { constants as cryptoConstants } from 'node:crypto'; import { constants as fsConstants } from 'node:fs'; const exp: typeof osConstants.errno & typeof osConstants.priority & SignalConstants & typeof cryptoConstants & typeof fsConstants; export = exp; } declare module 'node:constants' { import constants = require('constants'); export = constants; }
[-] buffer.d.ts
[edit]
[-] globals.global.d.ts
[edit]
[-] constants.d.ts
[edit]
[-] timers.d.ts
[edit]
[-] diagnostics_channel.d.ts
[edit]
[-] punycode.d.ts
[edit]
[-] os.d.ts
[edit]
[-] process.d.ts
[edit]
[-] perf_hooks.d.ts
[edit]
[+]
..
[-] dns.d.ts
[edit]
[-] tls.d.ts
[edit]
[-] util.d.ts
[edit]
[-] dom-events.d.ts
[edit]
[-] path.d.ts
[edit]
[-] vm.d.ts
[edit]
[-] index.d.ts
[edit]
[-] stream.d.ts
[edit]
[-] url.d.ts
[edit]
[-] v8.d.ts
[edit]
[-] events.d.ts
[edit]
[+]
assert
[+]
readline
[-] fs.d.ts
[edit]
[-] repl.d.ts
[edit]
[-] console.d.ts
[edit]
[-] dgram.d.ts
[edit]
[-] http2.d.ts
[edit]
[-] zlib.d.ts
[edit]
[-] wasi.d.ts
[edit]
[-] child_process.d.ts
[edit]
[-] async_hooks.d.ts
[edit]
[-] https.d.ts
[edit]
[-] assert.d.ts
[edit]
[-] test.d.ts
[edit]
[-] domain.d.ts
[edit]
[-] querystring.d.ts
[edit]
[-] net.d.ts
[edit]
[-] string_decoder.d.ts
[edit]
[-] tty.d.ts
[edit]
[-] inspector.d.ts
[edit]
[-] trace_events.d.ts
[edit]
[-] worker_threads.d.ts
[edit]
[-] globals.d.ts
[edit]
[-] cluster.d.ts
[edit]
[+]
timers
[+]
stream
[+]
fs
[+]
dns
[-] module.d.ts
[edit]
[-] readline.d.ts
[edit]
[-] http.d.ts
[edit]
[-] crypto.d.ts
[edit]