UNPKG

@yinyinfurong_zmr/dbc-can

Version:

A general purpose CAN (Controller Area Network) toolbox with support for .dbc file parsing, CAN message decoding, and more

10 lines (9 loc) 202 B
/** * * Base exception and errors that program can throw * */ export declare class InvalidPayloadLength extends Error { __proto__: ErrorConstructor; constructor(message: string); }