blob: 3bb6b9609889f8131b2d6732ff1606e01e1365b2 [file] [log] [blame]
Yang Guo4fd355c2019-09-19 10:59:03 +02001'use strict';
2
3var implementation = require('./implementation');
4
5module.exports = Function.prototype.bind || implementation;