Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonpai/resolution


https://github.com/simonpai/resolution

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Resolution

## Install

```bash
npm install @simonpai/resolution --save
```

## Usage

```js
import resolution from '@simonpai/resolution';

const res = resolution();

await res.promise;
res.resolve('value');
res.reject('error');
```