-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use latest TypeScript version (#423)
* bump typescript version and other deps * linter fixes due to better type inference * use latest eslint * downgrade eslint npm i doesn't complain but npm ci does :\ * regenerate docs
- Loading branch information
Showing
4 changed files
with
336 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,6 @@ | |
```ts | ||
|
||
/// <reference types="node" /> | ||
|
||
// @public | ||
export interface Callback<T> { | ||
// (undocumented) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.