UNPKG
function-bind
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.2
1.0.0
0.1.0
Implementation of Function.prototype.bind
github.com/Raynos/function-bind
Raynos/function-bind
function-bind
/
index.js
6 lines
(3 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
var
implementation =
require
(
'./implementation'
);
module
.
exports
=
Function
.
prototype
.
bind
|| implementation;