UNPKG

modrinthjs

Version:
8 lines (7 loc) 122 B
/** * The algorithm of the hash */ export declare enum AlgorithmIdentifier { SHA1 = "sha1", SHA512 = "sha512" }