Files
ares/public/assets/jquery/dist-module/wrappers/jquery.node-module-wrapper.slim.js
Beyhan Oğur 4d92991817 first commit
2026-04-26 21:30:42 +03:00

6 lines
171 B
JavaScript

// Node.js is able to import from a CommonJS module in an ESM one.
import jQuery from "../../dist/jquery.slim.js";
export { jQuery, jQuery as $ };
export default jQuery;