Check if a cookie exists.
the cookie name
true if the cookie exists, false otherwise
Error if called during SSR
import { hasCookie } from "@trashpanda001/helpers/cookie"hasCookie("foo") // true Copy
import { hasCookie } from "@trashpanda001/helpers/cookie"hasCookie("foo") // true
Check if a cookie exists.