@atlaskit/platform-feature-flags
TypeScript icon, indicating that this package has built-in type declarations

0.2.5 • Public • Published

@atlaskit/platform-feature-flags

Allows usage of feature flags in platform components.

Registration

Feature flags are required to be registered in their respective package before they will be available in the api. This is because the types used in this package are dynamically generated based on flags defined in their "package.json". Definitions can be like so:

{
  'platform-feature-flags': {
    'flag-name': {
      type: 'boolean',
      // required
    },
  },
}

Readme

Keywords

none

Package Sidebar

Install

npm i @atlaskit/platform-feature-flags

Weekly Downloads

56,182

Version

0.2.5

License

Apache-2.0

Unpacked Size

25.1 kB

Total Files

18

Last publish

Collaborators

  • atlaskit