UNPKG

typerinth

Version:

A TypeScript library for interacting with the Modrinth API.

5 lines (4 loc) 118 B
export default interface ProjectVersionFromHashOptions { algorithm?: 'sha1' | 'sha512'; multiple?: boolean; }