mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
Fix Definitely Typed branding (#474)
This commit is contained in:
committed by
GitHub
parent
87a37ab837
commit
c25b43e6fb
@@ -49,7 +49,7 @@ export type UnsupportedTypeScriptVersion =
|
||||
| "3.9";
|
||||
/**
|
||||
* Parseable and supported TypeScript versions.
|
||||
* Only add to this list if we will support this version on DefinitelyTyped.
|
||||
* Only add to this list if we will support this version on Definitely Typed.
|
||||
*/
|
||||
export type TypeScriptVersion = "4.0" | "4.1" | "4.2" | "4.3" | "4.4" | "4.5" | "4.6" | "4.7" | "4.8";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user