Packages

pify: some helpers to use gleam in your shopify project.

Current section

Files

Jump to
pify src env.ffi.mjs
Raw

src/env.ffi.mjs

export function isBrowser() {
return typeof window !== "undefined" && typeof window.document !== "undefined";
}