Skip to content

Commit

Permalink
Update mod.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx authored May 29, 2023
1 parent 6cc3509 commit a1bf0a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export { Serial } from './lib/Serial.ts';
export { baudrates } from './lib/constants/baudrates.ts';
export { dataBits } from './lib/constants/data_bits.ts';
export { parity } from './lib/constants/parity.ts';
export { stopBits } from './lib/constants/stop_bits.ts';
export { statusCodes } from './lib/constants/status_codes.ts';
export { Serial } from './ts/Serial.ts';
export { baudrates } from './ts/constants/baudrates.ts';
export { dataBits } from './ts/constants/data_bits.ts';
export { parity } from './ts/constants/parity.ts';
export { stopBits } from './ts/constants/stop_bits.ts';
export { statusCodes } from './ts/constants/status_codes.ts';

0 comments on commit a1bf0a0

Please sign in to comment.