Initial commit

This commit is contained in:
Marcelo
2025-11-20 15:27:34 -06:00
commit cc72c9fc5d
3221 changed files with 737477 additions and 0 deletions

12
node_modules/serialport/dist/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,12 @@
export * from '@serialport/parser-byte-length';
export * from '@serialport/parser-cctalk';
export * from '@serialport/parser-delimiter';
export * from '@serialport/parser-inter-byte-timeout';
export * from '@serialport/parser-packet-length';
export * from '@serialport/parser-readline';
export * from '@serialport/parser-ready';
export * from '@serialport/parser-regex';
export * from '@serialport/parser-slip-encoder';
export * from '@serialport/parser-spacepacket';
export * from './serialport-mock';
export * from './serialport';