We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc3509 commit a1bf0a0Copy full SHA for a1bf0a0
mod.ts
@@ -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';
+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 commit comments