fix(core): update
This commit is contained in:
1
ts/index.ts
Normal file
1
ts/index.ts
Normal file
@ -0,0 +1 @@
|
||||
export * from './webstiore.classes.webstore';
|
5
ts/webstiore.classes.webstore.ts
Normal file
5
ts/webstiore.classes.webstore.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import * as plugins from './webstore.plugins';
|
||||
|
||||
export class WebStore {
|
||||
|
||||
}
|
5
ts/webstore.plugins.ts
Normal file
5
ts/webstore.plugins.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import * as idb from 'idb';
|
||||
|
||||
export {
|
||||
idb
|
||||
}
|
Reference in New Issue
Block a user