UNPKG
node-file-db
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
file db
github.com/xingzhewj/node-file-db
xingzhewj/node-file-db
node-file-db
/
lib
/
redux
/
actionTypes.ts
15 lines
(13 loc)
•
288 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** *
@file
action的类型 *
@Author
wangjie19 *
@Date
2020-07-25 21:29:39 *
@Last
Modified by: wangjie19 *
@Last
Modified time: 2020-07-25 21:46:21 */
/** 根目录 */
export
const
ROOT
=
'ROOT'
;
/** 数据库 */
export
const
DB
=
'DB'
;
/** 表 */
export
const
TABLE
=
'TABLE'
;