export const isNodeJS = false; export const isBunJS = false; export const isServerSide = false; export const isBrowser = true; export const serverType = "browser";