UNPKG

matterbridge-roborock-vacuum-plugin

Version:
10 lines 241 B
export class ResponseBody { data; constructor(data) { this.data = data; } get(index) { return this.data !== undefined ? this.data[index.toString()] : undefined; } } //# sourceMappingURL=responseBody.js.map