mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00

PR-URL: https://github.com/nodejs/node/pull/29866 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
#! }]) // isn't js
|
|
import '../common/index.mjs';
|
|
|
|
const isJs = true;
|
|
export default isJs;
|