aboutsummaryrefslogblamecommitdiffstats
path: root/backend/node_modules/function-bind/index.js
blob: 3bb6b9609889f8131b2d6732ff1606e01e1365b2 (plain) (tree)
1
2
3
4
5




                                                           
'use strict';

var implementation = require('./implementation');

module.exports = Function.prototype.bind || implementation;