# flow-enums-runtime

> Runtime to be use with the Flow Enums transform.

Latest version **0.0.6** (published 2021-09-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install flow-enums-runtime
pnpm add flow-enums-runtime
yarn add flow-enums-runtime
bun add flow-enums-runtime
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score; popular repo.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.0.6 |
| Published | 2021-09-13 |
| First published | 2020-12-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 11.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 22294 |
| Maintainers | gkz, flowtype |

## Links

- npm: https://www.npmjs.com/package/flow-enums-runtime
- Repository: https://github.com/facebook/flow
- npm.io page: https://npm.io/package/flow-enums-runtime

## Recent versions

- 0.0.6 (latest) — 2021-09-13
- 0.0.5 — 2021-08-24
- 0.0.4 — 2021-04-27
- 0.0.3 — 2020-12-11
- 0.0.2 — 2020-12-11
- 0.0.1 — 2020-12-10

## README

flow-enums-runtime
==================

This is the runtime used with the [Flow Enums](https://flow.org/en/docs/enums/) [Babel transform](https://www.npmjs.com/package/babel-plugin-transform-flow-enums).

Install this package in your regular dependencies, as it is required and used by the output of the Flow Enums transform at runtime.

Read more about how to [enable Flow Enums in your project](https://flow.org/en/docs/enums/enabling-enums/).

### Requirements
This package requires support (either natively or through a polyfill) for [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map)
and [Array.prototype.values](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/values).

Support for [WeakMap](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) is suggested,
but not required (will fall back to `Map` instead if not present).

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