export itself

This commit is contained in:
pypy
2020-11-07 20:27:40 +09:00
parent f4d054ea49
commit c2b9345a59
6 changed files with 5 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ class SQLiteService {
}
var self = new SQLiteService();
window.sqliteService = self;
export {
self as default,