/**
* Compute the 32-bit MurmurHash3 of the supplied `key`. If the `key` is given as a string it will be [encoded using the UTF8 encoding](https://github.com/LinusU/encode-utf8).
*/exportdefaultfunctionmurmur32 (key: ArrayBuffer | string): ArrayBuffer