Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
 
 
 
 
terminal-cv/node_modules/relateurl/lib/constants.js

10 lines
167 B

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