• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2
3var implementation = require('./implementation');
4
5module.exports = Function.prototype.bind || implementation;
6