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 1ae8d05 commit 23b3e46Copy full SHA for 23b3e46
classes/Table.js
@@ -6,6 +6,8 @@
6
* @license MIT
7
*/
8
9
- class Table {
10
- constructor() {}
11
- }
+class Table {
+ constructor() {}
+}
12
+
13
+module.exports = Table
classes/Transaction.js
- class Transaction {
+class Transaction {
+module.exports = Transaction
0 commit comments