import checkIfBrowser from "../lib/is-browser.js"; export { self, window, global, document, process, console } from "../lib/globals.js"; // Extract injected version from package.json (injected by babel plugin) // @ts-expect-error export const VERSION = typeof "4.0.6" !== 'undefined' ? "4.0.6" : 'untranspiled source'; export const isBrowser = checkIfBrowser();