UNPKG

optivise

Version:

Optivise - The Ultimate Optimizely Development Assistant with AI-powered features, zero-config setup, and comprehensive development support

4 lines 291 B
export declare function runWithCorrelationId<T>(correlationId: string, fn: () => Promise<T> | T): Promise<T> | T; export declare function getCorrelationId(): string | undefined; export declare function generateCorrelationId(prefix?: string): string; //# sourceMappingURL=correlation.d.ts.map