12345 |
- export declare function supportUndefinedProperty(): boolean;
- export declare function platform(): string;
- export declare function resolveEventValue(value: any): any;
- export declare function resolveEventValues(args1: any, args2?: any, ...rest: any[]): any[];
- export declare function isOldSDKVersion(): boolean;
|