Rezi
    Preparing search index...

    Type Alias ReproRecorder

    ReproRecorder: Readonly<
        {
            backend: RuntimeBackend;
            build: () => Promise<ReproRecorderBuildResult>;
            buildBundle: () => Promise<ReproBundleV1>;
            buildBytes: () => Promise<Uint8Array>;
            reset: () => void;
            snapshot: () => ReproEventCapture;
        },
    >