UNPKG

flexflag

Version:

FlexFlag is a powerful and lightweight feature flag engine

6 lines 137 B
export type FlexFlag = { key: string; enabled: boolean; description?: string; }; //# sourceMappingURL=flexflag.types.d.ts.map