Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 453 Bytes

toggle-it-core

Core implementation of the feature-toggle pattern. Mostly to be used by a wrapper that fetches the features configurations.

No dependencies, just pure Javascript (ES6).

Instalation

yarn add toggle-it-core

Usage

Simple example usages can be found at the tests file.