webpack/test/configCases/parsing/import-meta-main/module.js

4 lines
49 B
JavaScript

const main = import.meta.main;
export { main };