# @types/string-hash

> TypeScript definitions for string-hash

Latest version **1.1.3** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/string-hash
pnpm add @types/string-hash
yarn add @types/string-hash
bun add @types/string-hash
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2023-11-07 |
| First published | 2016-11-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51437 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/string-hash
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/string-hash
- npm.io page: https://npm.io/package/@types/string-hash

## Recent versions

- 1.1.3 (latest) — 2023-11-07
- 1.1.1 (ts2.0) — 2017-08-21
- 1.1.2 — 2023-10-18
- 1.1.0 — 2016-11-06

## README

# 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).

---
_Source: https://npm.io/package/@types/string-hash · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
