Files
aresv2/public/assets/jquery/dist-module/wrappers/jquery.node-module-wrapper.js
Beyhan Oğur 4362c3b83f first commit
2026-04-26 21:33:39 +03:00

6 lines
166 B
JavaScript

// 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;