# @types/hash-sum

> TypeScript definitions for hash-sum

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

## Install

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

## 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.0.2 |
| Published | 2023-11-07 |
| First published | 2018-08-25 |
| 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 | 51427 |
| Maintainers | types |

## Links

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

## Recent versions

- 1.0.2 (latest) — 2023-11-07
- 1.0.0 (ts2.0) — 2018-08-25
- 1.0.1 — 2023-10-18

## README

# Installation
> `npm install --save @types/hash-sum`

# Summary
This package contains type definitions for hash-sum (https://github.com/bevacqua/hash-sum).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hash-sum.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hash-sum/index.d.ts)
````ts
export = hash_sum;

declare function hash_sum(value: any): string;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: none

# Credits
These definitions were written by [Daniel Rosenwasser](https://github.com/DanielRosenwasser).

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