feat: add @ccms/database

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-06-02 18:00:26 +08:00
parent 16fcbfa69c
commit 79f151de5c
9 changed files with 147 additions and 1 deletions

View File

@ -0,0 +1,5 @@
/// <reference types="@ccms/nashorn" />
/// <reference types="@ccms/types/dist/typings/jdk/index" />
export * from './database'
export * from './manager'