mume-with-litvis
Version:
Fork of mume with added http://litvis.org/
9 lines • 470 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const path_1 = require("path");
const utility_1 = require("../utility");
// tslint:disable-next-line:no-var-requires
const computeChecksum = require((0, path_1.resolve)(utility_1.extensionDirectoryPath, "./dependencies/javascript-md5/md5.js"));
// md5 can be replaced with a quicker and more robust hash in future
exports.default = computeChecksum;
//# sourceMappingURL=compute-checksum.js.map