UNPKG

tap-parser

Version:

parse the test anything protocol

9 lines 275 B
/** * turn \ into \\ and # into \#, for stringifying back to TAP */ export declare const esc: (str: string) => string; /** * turn \\ into \ and \# into #, for parsing TAP into JS */ export declare const unesc: (str: string) => string; //# sourceMappingURL=escape.d.ts.map