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

export const isFrontend = !isBackend;