DefinitelyTyped/types/invariant/package.json
Turadg Aleahmad 3fa4f6d5f1 Use Typescript 3.7 assertions for invariant() (#41079)
* Use Typescript 3.7 assertions for invariant()

https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/#assertion-functions

* support <3.7 with typesVersions
2019-12-19 22:23:38 -08:00

8 lines
118 B
JSON

{
"private": true,
"types": "index",
"typesVersions": {
">=3.7.0-0": { "*": ["ts3.7/*"] }
}
}