Skip to main content
Module

x/graphql_deno/mod.ts>Lexer#lookahead

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

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