初提交

This commit is contained in:
kangkang520
2018-11-29 14:58:19 +08:00
commit fe2d14c186
10 changed files with 581 additions and 0 deletions

4
src/index.ts Normal file
View File

@ -0,0 +1,4 @@
import { memdb } from './db'
export { memdb }
module.exports = { memdb }