Spaces:
Sleeping
Sleeping
File size: 80 Bytes
1f122c3 |
1 2 3 4 |
import { isBackend } from "./isBackend";
export const isFrontend = !isBackend;
|