index.js
1  'use strict';
2  
3  var implementation = require('./implementation');
4  
5  module.exports = Function.prototype.bind || implementation;