UNPKG

replay-viewer

Version:

Rocket League replay viewer React component and tooling

10 lines 295 B
import { addToWindow } from "./addToWindow"; // tslint:disable export var hashCode = function (s) { return s.split("").reduce(function (a, b) { a = (a << 5) - a + b.charCodeAt(0); return a & a; }, 0); }; addToWindow("hash", hashCode); //# sourceMappingURL=hashCode.js.map