parcoursup/node_modules/relateurl/lib/constants.js
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

11 lines
167 B
JavaScript

"use strict";
module.exports =
{
// Output
ABSOLUTE: "absolute",
PATH_RELATIVE: "pathRelative",
ROOT_RELATIVE: "rootRelative",
SHORTEST: "shortest"
};