import { isBackend } from "./isBackend.js";

export const isFrontend = !isBackend;
