Installation
npm install --save @types/murmurhash3js
Summary
This package contains type definitions for murmurhash3js (https://github.com/pid/murmurHash3js).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/murmurhash3js.
index.d.ts
declare module "murmurhash3js" {
export namespace x86 {
function hash32(val: string, seed?: number): number;
function hash128(val: string, seed?: number): string;
}
export namespace x64 {
function hash128(val: string, seed?: number): string;
}
}
Additional Details
- Last updated: Tue, 07 Nov 2023 09:09:39 GMT
- Dependencies: none
Credits
These definitions were written by .