function _hash()

in excel-addin/src/taskpane/taskpane.js [57:59]


function _hash(...args) {
    return sha224(args.join(""));
}