DefinitelyTyped/types/node
Nikita Galkin 6171e79c95 [node] Improve os.constants.errno (#40017)
* Add missed os.constants.errno for win32

* Add deprecation message for errno at constants module
2019-11-05 13:02:18 -08:00
..
scripts/generate-inspector
test
ts3.2
v0
v4
v6
v7 node: Improve signals declaration (#39912) 2019-10-30 08:34:38 -07:00
v8
v9 node: Fix missing CustomPromisify for fs.link. (#39675) 2019-10-30 08:42:29 -07:00
v10
v11
assert.d.ts
async_hooks.d.ts
base.d.ts Adds 'typesVersions' support to NodeJS definitions 2019-02-06 15:57:40 -08:00
buffer.d.ts refactor(node): move class-like definitions to classes (#36660) 2019-07-17 12:11:57 -07:00
child_process.d.ts
cluster.d.ts [node] correct process.send() and callback of cp.send()/cp.worker.send() (#34337) 2019-03-29 21:22:36 -07:00
console.d.ts Split node into one file per module 2019-01-28 12:12:28 -08:00
constants.d.ts [node] Improve os.constants.errno (#40017) 2019-11-05 13:02:18 -08:00
crypto.d.ts @types/node: Added the possibility to specify input encoding in Decipher.update when passing a Buffer as source (#40007) 2019-11-01 09:06:55 -07:00
dgram.d.ts refactor(node): move class-like definitions to classes (#36660) 2019-07-17 12:11:57 -07:00
dns.d.ts
domain.d.ts
events.d.ts
fs.d.ts fix(node): fix opendirSync and promises.opendir return types (#40015) 2019-11-01 10:37:12 -07:00
globals.d.ts
http2.d.ts
http.d.ts Set http IncomingMessage setTimeout callback as optional param (#38514) 2019-09-24 09:01:35 -07:00
https.d.ts Allow initializing https.Server with no args 2019-03-29 17:30:18 +01:00
index.d.ts node: Improve signals declaration (#39912) 2019-10-30 08:34:38 -07:00
inspector.d.ts
module.d.ts
net.d.ts feat(node): v12.11 (#39116) 2019-10-15 14:15:44 -07:00
node-tests.ts feat(node): v12.12 (#39914) 2019-10-29 15:28:59 -07:00
os.d.ts [node] Improve os.constants.errno (#40017) 2019-11-05 13:02:18 -08:00
package.json
path.d.ts chore(node): reduce usage of Function (#33527) 2019-03-11 14:06:23 -07:00
perf_hooks.d.ts
process.d.ts [@types/node] use canonical type for stdin, stdout, stderr (#38826) 2019-10-03 13:28:09 -07:00
punycode.d.ts
querystring.d.ts Node: util.promisify: widen callback error parameter to unknown (#39173) 2019-10-23 14:59:05 -07:00
readline.d.ts
repl.d.ts
stream.d.ts [node] Add stream.Writable#writableEnded property (#39440) 2019-10-30 08:41:18 -07:00
string_decoder.d.ts
timers.d.ts Split node into one file per module 2019-01-28 12:12:28 -08:00
tls.d.ts
trace_events.d.ts
tsconfig.json feat(node): v12.11 (#39116) 2019-10-15 14:15:44 -07:00
tslint.json
tty.d.ts
url.d.ts Node: tighten URL query type (#33997) 2019-04-08 12:41:52 -07:00
util.d.ts Node: util.promisify: widen callback error parameter to any (#39381) 2019-10-24 10:27:54 -07:00
v8.d.ts
vm.d.ts
worker_threads.d.ts
zlib.d.ts