# promise-hash-method

> A promise hashing method

Latest version **1.0.0** (published 2020-02-03) · ISC license · 0 weekly downloads

## Install

```sh
npm install promise-hash-method
pnpm add promise-hash-method
yarn add promise-hash-method
bun add promise-hash-method
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-02-03 |
| First published | 2020-02-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | evanb54 |
| Maintainers | evanb54 |

## Links

- npm: https://www.npmjs.com/package/promise-hash-method
- npm.io page: https://npm.io/package/promise-hash-method

## Recent versions

- 1.0.0 (latest) — 2020-02-03

## README

## PromiseHash

### Installation

```javascript
npm install promise-hash-method
```


###Usage

```javascript
const promiseHash = require('promise-hash-method');
// -- OR --
import promiseHash from 'promise-hash-method';

const dummyPromise = () => new Promise(resolve => setTimeout(() => resolve('hi'), 2500));

const resolved = await promiseHash({
    promiseOne: dummyPromise(),
});

console.warn(resolved.promiseOne);

```

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