mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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
9 lines
305 B
TypeScript
9 lines
305 B
TypeScript
// Type definitions for function-bind 1.1
|
|
// Project: https://github.com/Raynos/function-bind
|
|
// Definitions by: ExE Boss <https://github.com/ExE-Boss>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 3.0
|
|
|
|
import bind = require('./implementation');
|
|
export = bind;
|