DefinitelyTyped/types/assert/package.json
ExE Boss 00a3593da3
feat(assert): Add support for TypeScript 3.7 assertion functions (#41927)
Co-Authored-By: Linus Unnebäck <linus@folkdatorn.se>

Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
2020-02-03 16:06:27 -08:00

8 lines
118 B
JSON

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