Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

text

import { text } from "https://raw.githubusercontent.com/wavebeem/bread-n-butter/v0.6.0/src/bread-n-butter.ts";

Returns a parser that matches the exact text supplied.

function text<A extends string>(string: A): Parser<A>;
§
text<A extends string>(string: A): Parser<A>
[src]

§Type Parameters

§
A extends string
[src]

§Parameters

§
string: A
[src]

§Return Type