@types/murmurhash3js
TypeScript icon, indicating that this package has built-in type declarations

3.0.7 • Public • Published

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 .

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 3.0.7
    4,080
  • 3.0.6
    63
  • 3.0.5
    334
  • 3.0.4
    286
  • 3.0.3
    6,953
  • 3.0.2
    2,438
  • 3.0.1
    0

Package Sidebar

Install

npm i @types/murmurhash3js

Weekly Downloads

11,770

Version

3.0.7

License

MIT

Unpacked Size

2.94 kB

Total Files

5

Last publish

Collaborators

  • types