Package Exports
- @pacote/xxhash
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pacote/xxhash) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@pacote/xxhash
Fast non-cryptographic hashing algorithm.
Installation
yarn add @pacote/xxhashUsage
import { xxh64 } from '@pacote/xxhash'
const hasher = xxh64(2654435761)
hasher.update('data').digest('hex') // => '5014607643a9b4c3'xxh64(seed: number): XXHash
xxh64()...
License
MIT © Luís Rodrigues.