DefinitelyTyped/types/restify
Niklas Mollenhauer bc54a53ac5 Use inherited writeHead method signature
The `writeHead` method gets passed through to the native `response.writeHead`. The `Response` interface extends `http.ServerResponse` which defined the `writeHead` method with different arguments. For maintainability reasons, we should just use the inherited method. Also, the current definition makes this method useless (`writeHead` expects at lease one argument).
2017-09-04 22:30:23 +02:00
..
v4 Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
index.d.ts Use inherited writeHead method signature 2017-09-04 22:30:23 +02:00
restify-tests.ts Use inherited writeHead method signature 2017-09-04 22:30:23 +02:00
tsconfig.json
tslint.json Add ignores for new lint rules (#19504) 2017-09-01 07:47:52 -07:00