mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Allows the following to work:
```typescript
import { HttpError } from "http-errors";
let error: HttpError;
console.log(error instanceof HttpError);
```
|
||
|---|---|---|
| .. | ||
| http-errors-tests.ts | ||
| index.d.ts | ||
| tsconfig.json | ||