ai-tube / src /huggingface /shared /isFrontend.ts
jbilcke-hf's picture
jbilcke-hf HF staff
🍿
1f122c3
raw
history blame
No virus
80 Bytes
import { isBackend } from "./isBackend";
export const isFrontend = !isBackend;