UNPKG

tasmota-esp-web-tools

Version:
6 lines (5 loc) 227 B
export declare class TimestampTransformer implements Transformer<string, string> { private deviceHasTimestamps; transform(chunk: string, controller: TransformStreamDefaultController<string>): void; reset(): void; }