Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
58b9f11ca7b449f85f2f1fb5337ba7633e50b14b
/
.
/
node_modules
/
function-bind
/
index.js
blob: 3bb6b9609889f8131b2d6732ff1606e01e1365b2 [
file
] [
log
] [
blame
]
'use strict'
;
var
implementation
=
require
(
'./implementation'
);
module
.
exports
=
Function
.
prototype
.
bind
||
implementation
;