UNPKG

parjs

Version:

Library for building parsers using combinators.

4 lines 213 B
import type { Parjser } from "../parjser"; /** Returns a parser that yields the current user state object. It always succeeds. */ export declare function state<T>(): Parjser<T>; //# sourceMappingURL=state.d.ts.map