Skip to main content
Module

x/cookie_driver/mod.ts>ValidTypes

A fast and correct cookiedb driver for esm platforms
Go to Latest
type alias ValidTypes
import { type ValidTypes } from "https://deno.land/x/cookie_driver@0.5.0/mod.ts";

A type representing valid types for CookieDB

definition:
| string
| number
| boolean
| null