3 lines
133 B
TypeScript
3 lines
133 B
TypeScript
export { createFeatureFlagClient } from './client.js';
|
|
export type { FeatureFlagClient, FeatureFlagClientConfig } from './types.js';
|