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

6 lines
194 B
JavaScript

"use strict";
// Bundlers are able to synchronously require an ESM module from a CommonJS one.
const { jQuery } = require( "../../dist-module/jquery.slim.module.js" );
module.exports = jQuery;