UNPKG

@thi.ng/parse

Version:

Purely functional parser combinators & AST generation for generic inputs

3 lines 157 B
import type { Parser } from "../api.js"; export declare const wrap: <T>(parser: Parser<T>, pre: T, post?: T) => Parser<T>; //# sourceMappingURL=wrap.d.ts.map