UNPKG
qtsd-fork
Version:
latest (0.0.2)
0.0.2
0.0.1
Do not use this please
qtsd-fork
/
example
/
node_modules
/
core-js
/
library
/
modules
/
es6.function.bind.js
5 lines
(3 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
// 19.2.3.2 / 15.3.4.5 Function.prototype.bind(thisArg, args...)
var
$export
=
require
(
'./_export'
);
$export
(
$export
.P,
'Function'
, { bind:
require
(
'./_bind'
) });