const $document = $(document); const $window = $(window); const $html = $(document.documentElement); const $body = $(document.body); export { $document, $window, $html, $body };