Your IP : 216.73.216.79


Current Path : /usr/share/nodejs/function-bind/
Upload File :
Current File : //usr/share/nodejs/function-bind/index.js

'use strict';

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

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