Home > @eppo/js-client-sdk > init
Initializes the Eppo client with configuration parameters. This method should be called once on application startup.
Signature:
export declare function init(config: IClientConfig): Promise<EppoClient>;
Parameter | Type | Description |
---|---|---|
config | IClientConfig | client configuration |
Returns:
Promise<EppoClient>