UNPKG

344 BTypeScriptView Raw
1import { Grammar } from "@atomist/microgrammar";
2import { MatchTesterMaker } from "./astUtils";
3/**
4 * Exclude matches that are within a match of the given microgrammar
5 * @param {Grammar<any>} mg
6 * @return {MatchTesterMaker}
7 */
8export declare function notWithin(mg: Grammar<any>): MatchTesterMaker;
9//# sourceMappingURL=matchTesters.d.ts.map
\No newline at end of file