@types/string-hash
Version:
TypeScript definitions for string-hash
23 lines (16 loc) • 683 B
Markdown
# Installation
> `npm install --save @types/string-hash`
# Summary
This package contains type definitions for string-hash (https://github.com/darkskyapp/string-hash).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/string-hash.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/string-hash/index.d.ts)
````ts
declare function stringHash(str: string): number;
export = stringHash;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Dependencies: none
# Credits
These definitions were written by [Ethan Rubio](https://github.com/ethanrubio).