Skip to content

Commit a1bf0a0

Browse files
authored
Update mod.ts
1 parent 6cc3509 commit a1bf0a0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mod.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
export { Serial } from './lib/Serial.ts';
2-
export { baudrates } from './lib/constants/baudrates.ts';
3-
export { dataBits } from './lib/constants/data_bits.ts';
4-
export { parity } from './lib/constants/parity.ts';
5-
export { stopBits } from './lib/constants/stop_bits.ts';
6-
export { statusCodes } from './lib/constants/status_codes.ts';
1+
export { Serial } from './ts/Serial.ts';
2+
export { baudrates } from './ts/constants/baudrates.ts';
3+
export { dataBits } from './ts/constants/data_bits.ts';
4+
export { parity } from './ts/constants/parity.ts';
5+
export { stopBits } from './ts/constants/stop_bits.ts';
6+
export { statusCodes } from './ts/constants/status_codes.ts';

0 commit comments

Comments
 (0)