Files
red_de_investigacion_front/node_modules/relateurl/lib/constants.js
T

11 lines
167 B
JavaScript
Raw Normal View History

2020-01-14 20:43:08 -06:00
"use strict";
module.exports =
{
// Output
ABSOLUTE: "absolute",
PATH_RELATIVE: "pathRelative",
ROOT_RELATIVE: "rootRelative",
SHORTEST: "shortest"
};