jiuyiUniapp/service/node_modules/flow-enums-runtime
sx 61537cc3bd 九亿商家端静态页 2025-02-13 09:59:20 +08:00
..
__tests__ 九亿商家端静态页 2025-02-13 09:59:20 +08:00
CHANGELOG.md 九亿商家端静态页 2025-02-13 09:59:20 +08:00
LICENSE 九亿商家端静态页 2025-02-13 09:59:20 +08:00
README.md 九亿商家端静态页 2025-02-13 09:59:20 +08:00
index.js 九亿商家端静态页 2025-02-13 09:59:20 +08:00
package.json 九亿商家端静态页 2025-02-13 09:59:20 +08:00

README.md

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).