UNPKG

crazy-parser

Version:

A light-weight parser combinator

4 lines (3 loc) 153 B
import { Parser } from "./index"; export declare function char(c: string): Parser<undefined>; export declare function str(s: string): Parser<undefined>;