Options
All
  • Public
  • Public/Protected
  • All
Menu

External module promisify

murmurhash-native/promisify module.

Example:

import * as promisify from "murmurhash-native/promisify"

const { murmurHash128x64Async } = promisify()
murmurHash128x64Async("hash me!", 42).then(hash => console.log(hash))

Index

Modules

Generated using TypeDoc