aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ret/lib/types.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ret/lib/types.js')
-rw-r--r--node_modules/ret/lib/types.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/ret/lib/types.js b/node_modules/ret/lib/types.js
new file mode 100644
index 0000000..9484145
--- /dev/null
+++ b/node_modules/ret/lib/types.js
@@ -0,0 +1,10 @@
+module.exports = {
+ ROOT : 0,
+ GROUP : 1,
+ POSITION : 2,
+ SET : 3,
+ RANGE : 4,
+ REPETITION : 5,
+ REFERENCE : 6,
+ CHAR : 7,
+};