Preview:```ts
import type {Token as MooToken} from "moo"
export type Token = Omit<MooToken, "toString">
type TypeInfo = {stub: true}
export enum NodeKind {
Program = "Program",
ExtractStmt = "ExtractStmt",
AssignmentStmt = "AssignmentStmt",
DeclImportStmt = "DeclImportStmt",
...```
You can choose specific lines to embed by selecting them before copying the link.