Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/applicative_parser/mod.ts>token

parser combinators applicative TypeScript deno module
Latest
function token
import { token } from "https://deno.land/x/applicative_parser@1.0.23/mod.ts";

string matches string token and consumes any trailing spaces, or fails.