UNPKG

@broadcom/endevor-for-zowe-cli

Version:

Endevor Plug-in for Zowe CLI

7 lines (6 loc) 222 B
export declare class HashUtils { static readonly algo = "sha1"; static isSha1(string: string): boolean; static getHash(buffer: Buffer | string): string; static getFileHash(file: string): Promise<string>; }