UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

6 lines 215 B
import { GoalSigningAlgorithm } from "@atomist/sdm"; /** * RSA based GoalSigningAlgorithm */ export declare const RsaGoalSigningAlgorithm: GoalSigningAlgorithm<string>; //# sourceMappingURL=rsaGoalSigning.d.ts.map