https://github.com/luftywiranda13/wait-forever
A `promise` that never resolves
https://github.com/luftywiranda13/wait-forever
Last synced: about 1 month ago
JSON representation
A `promise` that never resolves
- Host: GitHub
- URL: https://github.com/luftywiranda13/wait-forever
- Owner: luftywiranda13
- License: mit
- Created: 2018-12-14T01:11:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T01:18:42.000Z (over 7 years ago)
- Last Synced: 2025-10-05T16:07:16.852Z (8 months ago)
- Language: JavaScript
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# wait-forever
> A `promise` that never resolves
[](https://www.npmjs.com/package/wait-forever)
[](https://npm-stat.com/charts.html?package=wait-forever&from=2016-04-01)
[](https://travis-ci.org/luftywiranda13/wait-forever)
## Installation
```sh
npm install --save wait-forever
```
## Usage
```js
const waitForever = require('wait-forever');
(async () => {
await waitForever();
})();
```
## License
MIT © [Lufty Wiranda](www.luftywiranda.com)