DefinitelyTyped/types/function-bind/package.json
Nathan Shively-Sanders b6fb1a213d
redo of #47202 (#47211)
* redo of #47202

* fix nested test module references
2020-09-01 15:41:45 -07:00

13 lines
193 B
JSON

{
"private": true,
"types": "index",
"typesVersions": {
"<=3.9": {
"*": ["ts3.9/*"]
},
"<=3.2": {
"*": ["ts3.2/*"]
}
}
}