1 2 3 4 5 6 7
function hash(crypto) { return hashlib.hash(); } import hashlib from 'hash.js'; export default {hash};