DefinitelyTyped/types/function-bind/index.d.ts
Nathan Shively-Sanders b6fb1a213d
redo of #47202 (#47211)
* redo of #47202

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

9 lines
340 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>
// Jordan Harband <https://github.com/ljharb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import bind = require('./implementation');
export = bind;