tap-parser
Version:
parse the test anything protocol
11 lines • 386 B
TypeScript
/**
* this isn't for performance or anything, it just confuses vim's
* brace-matching to have these in the middle of functions, and
* I'm too lazy to dig into vim-javascript to fix it, so hence these
* capital snake consts.
*
* @module
*/
export declare const OPEN_BRACE_EOL: RegExp;
export declare const SPACE_OPEN_BRACE_EOL: RegExp;
//# sourceMappingURL=brace-patterns.d.ts.map