node/tools/eslint/node_modules/function-bind/index.js
Anatoli Papirovski 37b50357c7
tools: update to ESLint 4.8.0
PR-URL: https://github.com/nodejs/node/pull/16199
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2017-10-23 17:18:19 -04:00

5 lines
126 B
JavaScript

'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;