mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
9 lines
340 B
TypeScript
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;
|