UNPKG

rsshub

Version:
9 lines (8 loc) 315 B
import { t as md5 } from "./md5-CpIHIxCO.mjs"; //#region lib/routes/dockerhub/utils.ts function hash(images) { const text = Object.entries(images).map((x) => `${x[1].os}/${x[1].architecture},${x[1].digest}`).toSorted((a, b) => a.localeCompare(b)).join("|"); return md5(text); } //#endregion export { hash as t };