UNPKG

126 BJavaScriptView Raw
1'use strict';
2
3var implementation = require('./implementation');
4
5module.exports = Function.prototype.bind || implementation;