UNPKG
ts-database
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
这是基于typesciprt的indexedDB的数据库的操作函数
github.com/xygengcn/ts-database
xygengcn/ts-database
ts-database
/
dist
/
lib
/
index.d.ts
7 lines
(6 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
*
from
'./database'
;
export
*
from
'./type'
;
export
*
from
'./database-module'
;
import
{
Database
}
from
'./database'
;
export
{
Database
};
export
default
Database
;