Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
variable lex
import { lex } from "https://deno.land/x/adoublef@0.0.1/template/parse/mod.ts";

type

Transform<Pick<LexerLiteral,
| "name"
| "input"
| "leftDelim"
| "rightDelim"
| "emitComment"
>, Lexer>