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

x/cookie_driver/mod.ts>Query

A fast and correct cookiedb driver for deno
Go to Latest
interface Query
import { type Query } from "https://deno.land/x/cookie_driver@0.1.0/mod.ts";

A type representing a valid query

Index Signatures

[key: string]: string | Query