franyer24's picture
Upload 1895 files
2e178e3 verified
Raw
History Blame Contribute Delete
126 Bytes
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;