/*
 *  This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
 *  License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
 */

import $ from "jquery"; // picks jQuery from @types
declare const $ = $;
// declare const $: any; // old more general approach
declare const window: any;
declare const localStorage: any;
// export { $, window, localStorage }; // didn't work, but maybe it should?
