UNPKG
@kokkoro/web
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
0.0.0
Create web serve for kokkoro.
github.com/kokkorojs/web
kokkorojs/web
@kokkoro/web
/
lib
/
db.d.ts
5 lines
(4 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
import
{
Database
}
from
'@kokkoro/database'
;
import
User
from
'./model/user.model'
;
declare
const
db
:
Database
<
string
,
User
[]>;
export
default
db;