UNPKG

178 BTypeScriptView Raw
1/**
2 * Compute the sha of the given string
3 * @param {string} s
4 * @return {string}
5 */
6export declare function computeShaOf(s: string): string;
7//# sourceMappingURL=sha.d.ts.map
\No newline at end of file