Files
Atomicle/node_modules/jquery/dist-module/wrappers/jquery.node-module-wrapper.js

6 lines
166 B
JavaScript
Raw Permalink Normal View History

2026-04-05 20:15:13 +10:00
// Node.js is able to import from a CommonJS module in an ESM one.
import jQuery from "../../dist/jquery.js";
export { jQuery, jQuery as $ };
export default jQuery;