File size: 80 Bytes
9609cf5
 
 
1
2
3
4
import { isBackend } from "./isBackend";

export const isFrontend = !isBackend;