Skip to main content
Module

x/cav/mod.ts>AnyStack

A server framework for Deno
Go to Latest
type alias AnyStack
import { type AnyStack } from "https://deno.land/x/cav@0.0.14/mod.ts";

Type alias that matches any Stack. Useful for type constraints.

definition: Stack<any>