mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
9 lines
259 B
Markdown
9 lines
259 B
Markdown
# `@vercel/flags`
|
|
|
|
These packages allow working with feature flags.
|
|
|
|
## Constraints
|
|
|
|
- each framework's `flag` function takes the same declaration as `flag(declaration)`
|
|
- adapters are independent of frameworks and can be used as `flag(adapter(declaration))`
|