typed-feature-flagging
Advanced tools
Comparing version 0.2.1 to 0.2.2
import { ConditionalPick, Except, Promisable } from 'type-fest'; | ||
type FeatureFlagToContextConfiguration = Record<string, Record<string, string> | undefined>; | ||
type FeatureFlagToContextConfiguration = Record<string, Record<string, string> | never>; | ||
interface SyncGenericFeatureFlagger<C extends FeatureFlagToContextConfiguration> { | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "typed-feature-flagging", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "typescript" |
Sorry, the diff of this file is not supported yet
9019