Function: relative()
relative(
from,to):string|undefined
Relative POSIX path from from to to, both absolute. Returns undefined when to is outside from.
Parameters
Section titled “Parameters”string
string
Returns
Section titled “Returns”string | undefined