UNPKG

@fewings/core

Version:
2 lines (1 loc) 107 B
function o(r){let t=5381;for(let e=0;e<r.length;e++)t=(t<<5)+t+r.charCodeAt(e);return t}export{o as djb2};