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

8 lines (7 loc) 236 B
/** * Determines if the containing filepath has the correct extension * * @param file Filepath * @param ext File extension to check against */ export declare const validateFileExtension: (file: string, ext: string) => void;