first commit
This commit is contained in:
10
app_vue/node_modules/relateurl/lib/constants.js
generated
vendored
Normal file
10
app_vue/node_modules/relateurl/lib/constants.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
module.exports =
|
||||
{
|
||||
// Output
|
||||
ABSOLUTE: "absolute",
|
||||
PATH_RELATIVE: "pathRelative",
|
||||
ROOT_RELATIVE: "rootRelative",
|
||||
SHORTEST: "shortest"
|
||||
};
|
Reference in New Issue
Block a user