UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

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