Skip to main content
Module

x/graphql_deno/lib/index.js>Lexer#lookahead

GraphQL-JS ported to Deno
Latest
method Lexer.prototype.lookahead
import { Lexer } from "https://deno.land/x/graphql_deno@v15.0.0/lib/index.js";

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