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

x/applicative_parser/mod.ts>spaces

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

spaces succeeds if there are one or more spaces, otherwise fails

Returns

Parser<A, string[]>