source:
node_modules/ret/lib/types.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 166 bytes |
Line | |
---|---|
1 | module.exports = { |
2 | ROOT : 0, |
3 | GROUP : 1, |
4 | POSITION : 2, |
5 | SET : 3, |
6 | RANGE : 4, |
7 | REPETITION : 5, |
8 | REFERENCE : 6, |
9 | CHAR : 7, |
10 | }; |
Note:
See TracBrowser
for help on using the repository browser.