mirror of
https://github.com/nodejs/node.git
synced 2025-05-12 20:54:38 +00:00

PR-URL: https://github.com/nodejs/node/pull/36459 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
'use strict';
|
|
|
|
var implementation = require('./implementation');
|
|
|
|
module.exports = Function.prototype.bind || implementation;
|