UNPKG

helios-core

Version:

A library containing core mechanisms for Helios Launcher

10 lines (9 loc) 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HashAlgo = void 0; var HashAlgo; (function (HashAlgo) { HashAlgo["SHA1"] = "sha1"; HashAlgo["SHA256"] = "sha256"; HashAlgo["MD5"] = "md5"; })(HashAlgo || (exports.HashAlgo = HashAlgo = {}));