# generator-classes

> > Generator and AsyncGenerator functions|constructors|classes as a module

Latest version **1.0.0** (published 2022-02-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install generator-classes
pnpm add generator-classes
yarn add generator-classes
bun add generator-classes
```

## 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 | 2022-02-10 |
| First published | 2022-02-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Author | David Mark Clements |
| Maintainers | davidmarkclements |
| Keywords | iterator, generator, async, async generator, async generator function, generator function, iterable, asyncIterator |

## Links

- npm: https://www.npmjs.com/package/generator-classes
- Repository: https://github.com/davidmarkclements/generator-classes
- Homepage: https://github.com/davidmarkclements/generator-classes#readme
- Issues: https://github.com/davidmarkclements/generator-classes/issues
- npm.io page: https://npm.io/package/generator-classes

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 1.0.0 (latest) — 2022-02-10

## README

# Generator Classes

> Generator and AsyncGenerator functions|constructors|classes as a module

## Usage

```js
const { Generator, AsyncGenerator } = require('generator-classes')
// do as you wish
```

## License

MIT

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