Sign in
cobalt
/
cobalt
/
3da06c67874e20fcbbefe517442f256057ad9e27
/
.
/
src
/
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
;