UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

7 lines 178 B
/** * Compute the sha of the given string * @param {string} s * @return {string} */ export declare function computeShaOf(s: string): string; //# sourceMappingURL=sha.d.ts.map