Skip to content

Commit baf8564

Browse files
committed
Export Statement from promise.js
1 parent e8f7f07 commit baf8564

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

promise.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,9 @@ class Statement {
357357
}
358358

359359
module.exports = {
360+
Authorization,
360361
Database,
361-
connect,
362362
SqliteError,
363-
Authorization,
363+
Statement,
364+
connect,
364365
};

0 commit comments

Comments
 (0)