UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

9 lines 274 B
import { PushTest } from "../../../api/mapping/PushTest"; /** * Match only pushes on a public repo * @param {PushListenerInvocation} p * @return {Promise<boolean>} * @constructor */ export declare const ToPublicRepo: PushTest; //# sourceMappingURL=toPublicRepo.d.ts.map