path.js 68 B

1234
  1. exports.path = require("path").join(
  2. __dirname,
  3. "runtime.js"
  4. );