UNPKG

@iotize/device-client.js

Version:

IoTize Device client for Javascript

6 lines (5 loc) 197 B
export declare class Util { static computePadding(size: number, modulo: number): number; static jsonEquals(a1: any, a2: any): boolean; static deepEqual(x: any, y: any): boolean; }