Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias TemplateLiteralParser.And
import { type TemplateLiteralParser } from "https://deno.land/x/openbox@1.1.8/deps.ts";
const { And } = TemplateLiteralParser;
definition: { type: "and"; expr: Expression[]; }