@psdk/frame
Advanced tools
Comparing version 0.0.20-snapshot to 0.0.21-snapshot
@@ -57,3 +57,2 @@ /** | ||
readonly timeout: any; | ||
readonly length?: any; | ||
constructor(options?: { | ||
@@ -64,8 +63,4 @@ /** | ||
timeout?: number; | ||
/** | ||
* Read length, default is null | ||
*/ | ||
length?: number; | ||
}); | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
@@ -53,5 +53,4 @@ "use strict"; | ||
this.timeout = (_a = options === null || options === void 0 ? void 0 : options.timeout) !== null && _a !== void 0 ? _a : 10; | ||
this.length = options === null || options === void 0 ? void 0 : options.length; | ||
} | ||
} | ||
exports.ReadOptions = ReadOptions; |
{ | ||
"name": "@psdk/frame", | ||
"version": "0.0.20-snapshot", | ||
"version": "0.0.21-snapshot", | ||
"description": "psdk", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
503990
2198