Package Exports
- flow-enums-runtime
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (flow-enums-runtime) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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).