| .. | |||||
| .editorconfig | |||||
| .jscs.json | |||||
| .npmignore | |||||
| .travis.yml | |||||
| LICENSE | |||||
| README.md | |||||
| implementation.js | |||||
| index.js | |||||
| package.json |
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;
| .. | |||||
| .editorconfig | |||||
| .jscs.json | |||||
| .npmignore | |||||
| .travis.yml | |||||
| LICENSE | |||||
| README.md | |||||
| implementation.js | |||||
| index.js | |||||
| package.json |