UNPKG

modrinthjs

Version:
8 lines (7 loc) 199 B
/** * A map of hashes of the file. The key is the hashing algorithm and the value is the string version of the hash. */ export type VersionFileHashes = { sha512?: string; sha1?: string; };