react-native-get-pixel_edit/node_modules/flow-enums-runtime
2025-07-09 11:41:52 +09:00
..
__tests__ init 2025-07-09 11:41:52 +09:00
CHANGELOG.md init 2025-07-09 11:41:52 +09:00
index.js init 2025-07-09 11:41:52 +09:00
LICENSE init 2025-07-09 11:41:52 +09:00
package.json init 2025-07-09 11:41:52 +09:00
README.md init 2025-07-09 11:41:52 +09:00

flow-enums-runtime

This is the runtime used with the Flow Enums Babel transform.

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.

Requirements

This package requires support (either natively or through a polyfill) for Map and Array.prototype.values.

Support for WeakMap is suggested, but not required (will fall back to Map instead if not present).