UNPKG

@coat/cli

Version:

TODO: See #3

7 lines (6 loc) 193 B
/** * Calculates the SHA3-512 hash of and returns it in base64 encoding * * @param content The string that should be hashed */ export declare function getFileHash(content: string): string;