index.js 111 Bytes
var implementation = require('./implementation');

module.exports = Function.prototype.bind || implementation;