UNPKG

@tomneutens/serial_monitor

Version:

A web based serial monitor for communicating with serial devices (like Arduino). The library is based on native web components and uses the WebSerial API to communicate with the external device.

8 lines 264 B
/** * @author Tom Neutens <tomneutens@gmail.com> */ declare class InvalidArugmentError extends Error { constructor(argumentName: string, expectedFormat: string); } export default InvalidArugmentError; //# sourceMappingURL=InvalidArgumentError.d.ts.map