js-hub / utils /isFrontend.ts
coyotte508's picture
coyotte508 HF Staff
Add 1 files
21dd449 verified
raw
history blame contribute delete
80 Bytes
import { isBackend } from "./isBackend";
export const isFrontend = !isBackend;