Files
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
..