Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « function-bind « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3bb6b9609889f8131b2d6732ff1606e01e1365b2 (plain)
1
2
3
4
5
'use strict';

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

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