LaunchDarklyProvider.prototype.isEnabled(flag: string,context?: FlagContext): boolean
Evaluates a flag against the cached snapshot for this context.
optional
context: FlagContext
Targeting context
LaunchDarklyProvider.prototype.isEnabled(flag: string,context?: FlagContext): boolean
Evaluates a flag against the cached snapshot for this context.
context: FlagContext
Targeting context
import { LaunchDarklyProvider } from "feature-flags-plugin/src/index.ts";