platform.d.ts 165 B

123
  1. export declare function supportUndefinedProperty(): boolean;
  2. export declare function platform(): string;
  3. export declare function resolveEventValue(value: any): any;