mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
367 B
TypeScript
10 lines
367 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
|
|
// TypeScript Version: 3.0
|
|
|
|
import bind = require('./implementation');
|
|
export = bind;
|