DefinitelyTyped/types/function-bind/index.d.ts

9 lines
340 B
TypeScript
Raw Permalink Normal View History

// Type definitions for function-bind 1.1
// Project: https://github.com/Raynos/function-bind
// Definitions by: ExE Boss <https://github.com/ExE-Boss>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import bind = require('./implementation');
export = bind;