UNPKG

modrinthjs

Version:
6 lines (5 loc) 137 B
import type { Version } from './Version'; /** * A map from hashes to versions */ export type HashVersionMap = Record<string, Version>;