blob: 3bb6b9609889f8131b2d6732ff1606e01e1365b2 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001'use strict';
2
3var implementation = require('./implementation');
4
5module.exports = Function.prototype.bind || implementation;