Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Lexer.prototype.lookahead
import { Lexer } from "https://deno.land/x/graphql_deno@v15.0.0/lib/language/lexer.d.ts";

Looks ahead and returns the next non-ignored token, but does not change the state of Lexer.