UNPKG

ts-database

Version:

这是基于typesciprt的indexedDB的数据库的操作函数

7 lines (6 loc) 172 B
export * from './database'; export * from './type'; export * from './database-module'; import { Database } from './database'; export { Database }; export default Database;