UNPKG

@atomist/automation-client

Version:

Atomist API for software low-level client

9 lines 344 B
import { Grammar } from "@atomist/microgrammar"; import { MatchTesterMaker } from "./astUtils"; /** * Exclude matches that are within a match of the given microgrammar * @param {Grammar<any>} mg * @return {MatchTesterMaker} */ export declare function notWithin(mg: Grammar<any>): MatchTesterMaker; //# sourceMappingURL=matchTesters.d.ts.map