fffiloni's picture
Upload 953 files
f9f0fec verified
raw
history blame
126 Bytes
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;