mirror of
https://github.com/nodejs/node.git
synced 2025-05-06 11:04:30 +00:00

Fixes https://github.com/nodejs/node/issues/27767 PR-URL: https://github.com/nodejs/node/pull/27768 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
'use strict';
|
|
|
|
module.exports = require('internal/modules/cjs/loader').Module;
|