Event-Planner / node_modules / function-bind / index.js
index.js
Raw
'use strict';

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

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