mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-23 02:20:02 +00:00
Allows the following to work:
```typescript
import { HttpError } from "http-errors";
let error: HttpError;
console.log(error instanceof HttpError);
```