DefinitelyTyped/http-errors
use-strict d0ed29f8a2 http-errors: Add missing constructor
Allows the following to work:
```typescript
import { HttpError } from "http-errors";

let error: HttpError;
console.log(error instanceof HttpError);
```
2017-03-14 15:03:47 +02:00
..
http-errors-tests.ts Add the headers property to the exported interface 2017-01-25 14:04:47 -05:00
index.d.ts http-errors: Add missing constructor 2017-03-14 15:03:47 +02:00
tsconfig.json Use "lib" in tsconfigs instead of "target". (#13968) 2017-01-18 07:51:51 -08:00