1.0.2 • Published 3 years ago

athena-lib-featureflag v1.0.2

Weekly downloads
-
License
UNLICENSED
Repository
bitbucket
Last release
3 years ago

README

This is Athena's feature flag library. This library acts as an abstraction layer (boundary) to access feature flag toggles via a very simple contract.

Feature flag requirements

Adding this dependency to your project

Please install as follows -

$> npm install @athenamortgages/athena-lib-featureflag

Sample client code

import isFeatureEnabled from "@athenamortgage/athena-lib-featureflag";

const featureEnabled: boolean = isFeatureEnabled('lending.fast-payments.global');
1.0.2

3 years ago

1.0.0

3 years ago