0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-24 06:02:18 -05:00
denoland-deno/tests/specs/run/import_common_js/index.cjs

7 lines
108 B
JavaScript

const process = require("process");
console.log(process.cwd());
module.exports = {
cwd: process.cwd,
};