jbilcke's picture
working to improve the clap format
f42b4a1
raw
history blame
80 Bytes
import { isBackend } from "./isBackend";
export const isFrontend = !isBackend;