tggl-client
v1.17.2
Published
Tggl Typescript SDK for client and server
Downloads
16,994
Maintainers
Readme
Usage
Install the dependency:
npm i tggl-client
Start evaluating flags:
import { TgglClient } from 'tggl-client'
const flags = await client.evalContext({
userId: 'foo',
email: '[email protected]',
country: 'FR',
// ...
})
if (flags.get('my-feature', true)) {
// ...
}