DefinitelyTyped/types/function-bind/package.json
ExE Boss 254fd7c1bb feat: Add function‑bind (#39337)
* feat: Add `function‑bind`

* fix(function‑bind): Separate <TS3.2 and TS3.3+ type defintions

* chore: `tsconfig.json` now allows only `index.d.ts` and tests
2019-12-03 10:59:58 -08:00

10 lines
105 B
JSON

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