Experiment JS Client Documentation - v1.16.1
    Preparing search index...

    Variable ExperimentConst

    Experiment: {
        initialize: (
            apiKey: string,
            config?: ExperimentConfig,
        ) => ExperimentClient;
        initializeWithAmplitudeAnalytics: (
            apiKey: string,
            config?: ExperimentConfig,
        ) => ExperimentClient;
    } = ...

    Provides factory methods for storing singleton instances of ExperimentClient

    Type declaration