Sign in
cobalt
/
cobalt
/
965488f27ccaf345947aed495d9d57a4e3411e66
/
.
/
third_party
/
devtools
/
node_modules
/
function-bind
/
index.js
blob: 3bb6b9609889f8131b2d6732ff1606e01e1365b2 [
file
] [
log
] [
blame
]
'use strict'
;
var
implementation
=
require
(
'./implementation'
);
module
.
exports
=
Function
.
prototype
.
bind
||
implementation
;