@a-cube-io/ereceipts-js-sdk 1.0.8 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.d.ts ADDED
@@ -0,0 +1,10 @@
1
+ import { Command } from 'commander';
2
+
3
+ /**
4
+ * A-Cube E-Receipt SDK CLI
5
+ * Refactored modular CLI with clean command architecture
6
+ */
7
+
8
+ declare const program: Command;
9
+
10
+ export { program };