UNPKG

mdx-m3-viewer

Version:

A browser WebGL model viewer. Mainly focused on models of the games Warcraft 3 and Starcraft 2.

7 lines (6 loc) 186 B
/** * A hash function used by Warcraft 3's Jass virtual machine. * * See http://burtleburtle.net/bob/hash/doobs.html */ export default function sstrhash2(key: string): number;