UNPKG

340 BTypeScriptView Raw
1// Type definitions for function-bind 1.1
2// Project: https://github.com/Raynos/function-bind
3// Definitions by: ExE Boss <https://github.com/ExE-Boss>
4// Jordan Harband <https://github.com/ljharb>
5// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6
7import bind = require('./implementation');
8export = bind;