murmurhash-native/promisify module.
murmurhash-native/promisify
Example:
import * as promisify from "murmurhash-native/promisify" const { murmurHash128x64Async } = promisify() murmurHash128x64Async("hash me!", 42).then(hash => console.log(hash))
Generated using TypeDoc
murmurhash-native/promisify
module.Example:
import * as promisify from "murmurhash-native/promisify" const { murmurHash128x64Async } = promisify() murmurHash128x64Async("hash me!", 42).then(hash => console.log(hash))