Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/src/env.ts>CookieOptions

Export your battles from SplatNet to https://stat.ink
Go to Latest
type alias CookieOptions
Re-export
import { type CookieOptions } from "https://deno.land/x/s3si@ci/src/env.ts";
definition: { name?: string; value?: string; path?: string; domain?: string; expires?: number; maxAge?: number; secure?: boolean; httpOnly?: boolean; sameSite?: "Lax" | "Strict" | "None"; creationDate?: number; }