// SYSTEM PANEL //
[ROOT]
/
lib
/
node_modules
/
npm
/
node_modules
/
function-bind
[ PARENT ]
EDIT :: index.js
'use strict'; var implementation = require('./implementation'); module.exports = Function.prototype.bind || implementation;
SAVE
CANCEL