xdriver 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Const.d.ts +1 -1
- package/lib/Const.js +1 -1
- package/package.json +1 -1
package/lib/Const.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export declare class KeyRange {
|
|
|
20
20
|
static gt_lt(x: any, y: any): any;
|
|
21
21
|
static gt_leq(x: any, y: any): any;
|
|
22
22
|
static geq_lt(x: any, y: any): any;
|
|
23
|
-
static eq(x: any
|
|
23
|
+
static eq(x: any): any;
|
|
24
24
|
}
|
|
25
25
|
export declare enum IndexdbStatus {
|
|
26
26
|
CONNECT_ING = 0,
|
package/lib/Const.js
CHANGED