kiwix-js-pwa/www/js/lib/jquery.module.js

7 lines
189 B
JavaScript

/**
* Converter module for jQuery. See https://stackoverflow.com/questions/34338411/how-to-import-jquery-using-es6-syntax
*/
import './jquery-3.7.0.slim.js';
export default window.$;