UNPKG

@optimizely/optimizely-sdk

Version:

JavaScript SDK for Optimizely Feature Experimentation, Optimizely Full Stack (legacy), and Optimizely Rollouts

4 lines (3 loc) 172 B
import { Platform } from '../../platform_support'; export declare const isSuccessStatusCode: (statusCode: number) => boolean; export declare const __platforms: Platform[];