UNPKG
@produck/json-index-archive
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
@produck/json-index-archive
/
src
/
FileSystem
/
Index
/
Constant.mjs
8 lines
(6 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
VISIT_AT
=
{
SEEK:
0b01
,
DONE:
0b10
,
ALL:
0
, }
;
VISIT_AT.ALL
=
VISIT_AT.SEEK
|
VISIT_AT.DONE;