Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonpai/resolution
https://github.com/simonpai/resolution
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonpai/resolution
- Owner: simonpai
- License: mit
- Created: 2024-07-27T15:39:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T16:24:10.000Z (5 months ago)
- Last Synced: 2024-07-27T17:36:29.620Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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');
```