Sign in
chromium
/
devtools
/
devtools-frontend
/
c9fb2bea2530d77a6ec3a8c8e4e36e5abb8fa8ad
/
.
/
node_modules
/
function-bind
/
index.js
blob: 3bb6b9609889f8131b2d6732ff1606e01e1365b2 [
file
]
'use strict'
;
var
implementation
=
require
(
'./implementation'
);
module
.
exports
=
Function
.
prototype
.
bind
||
implementation
;