UNPKG

@cloudbase/utilities

Version:
7 lines (6 loc) 351 B
export declare function setSdkName(name: string): void; export declare function getSdkName(): string; export declare function setProtocol(protocol: 'http:' | 'https:'): void; export declare function getProtocol(): string; export declare const IS_DEBUG_MODE: boolean; export declare const COMMUNITY_SITE_URL = "https://support.qq.com/products/148793";