blob: 3bb6b9609889f8131b2d6732ff1606e01e1365b2 [file] [log] [blame]
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;