modrinthjs
Version:
A type safe Modrinth implementation.
16 lines (15 loc) • 517 B
JavaScript
;
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.HashList = void 0;
var HashList;
(function (HashList) {
let algorithm;
(function (algorithm) {
algorithm["SHA1"] = "sha1";
algorithm["SHA512"] = "sha512";
})(algorithm = HashList.algorithm || (HashList.algorithm = {}));
})(HashList || (exports.HashList = HashList = {}));