hegresphere/node_modules/@babel/parser/index.cjs

6 lines
111 B
JavaScript
Raw Permalink Normal View History

2024-12-12 17:01:12 +01:00
try {
module.exports = require("./lib/index.cjs");
} catch {
module.exports = require("./lib/index.js");
}