View file File name : index.js Content :'use strict'; var implementation = require('./implementation'); module.exports = Function.prototype.bind || implementation;