DefinitelyTyped/types/node/test
Oliver Joseph Ash d9f74cb42c Node: tighten URL query type (#33997)
* Add failing test

* Fix failing test

* Specify min version

* Name type and export

* Move type

* Use interface

* Use index signature

* Relocate test, fix 2.0 support

* Replace type alias with inline type + comments
2019-04-08 12:41:52 -07:00
..
assert.ts
buffer.ts
child_process.ts Merge pull request #34285 from KSXGitHub/node.improve-spawn-by-adding-overloads 2019-04-01 12:12:21 -07:00
cluster.ts
crypto.ts
dgram.ts
events.ts
global.ts
http2.ts
http.ts
net.ts
os.ts
path.ts
perf_hooks.ts
process.ts [node] correct process.send() and callback of cp.send()/cp.worker.send() (#34337) 2019-03-29 21:22:36 -07:00
querystring.ts Node: tighten URL query type (#33997) 2019-04-08 12:41:52 -07:00
readline.ts
repl.ts
stream.ts
tls.ts Use SecureContextOptions in httpsServer.addContext 2019-03-29 17:32:15 +01:00
tty.ts
util.ts
v8.ts
worker_threads.ts
zlib.ts