UNPKG

parjs

Version:

Library for building parsers using combinators.

4 lines 230 B
import type { ParjsCombinator } from "../../"; /** Applies the source parser. Succeeds if if it fails softly, and fails otherwise. */ export declare function not(): ParjsCombinator<unknown, void>; //# sourceMappingURL=not.d.ts.map