learning_ai_common_plat/packages/feature-flag-client/src/index.ts

3 lines
133 B
TypeScript

export { createFeatureFlagClient } from './client.js';
export type { FeatureFlagClient, FeatureFlagClientConfig } from './types.js';