Skip to content

amberflag/amberflag-library

Repository files navigation

💛 amberflag-library

👩‍🔬 How to use it?


import { getDynamicAllFeaturesFlags, getStaticAllFeaturesFlags} from "amberflag-library";

await getStaticAllFeaturesFlags({
    key: your key,
    token: your token,
    env: <<the env you have deploye>>
})


await getDynamicAllFeaturesFlags({
    key: your key,
    token: your token,
    featureFlag: <<your feature flag>>
    env: <<the env you have deploye>>
    callback: (activated: boolean) => void
})


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published