diff options
Diffstat (limited to 'node_modules/relateurl/lib/constants.js')
-rw-r--r-- | node_modules/relateurl/lib/constants.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/relateurl/lib/constants.js b/node_modules/relateurl/lib/constants.js new file mode 100644 index 000000000..d4cc8dd69 --- /dev/null +++ b/node_modules/relateurl/lib/constants.js @@ -0,0 +1,10 @@ +"use strict"; + +module.exports = +{ + // Output + ABSOLUTE: "absolute", + PATH_RELATIVE: "pathRelative", + ROOT_RELATIVE: "rootRelative", + SHORTEST: "shortest" +}; |