UNPKG

jquery

Version:

JavaScript library for DOM operations

6 lines (4 loc) 171 B
// 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;