Variable: isHomeRelativePath
constisHomeRelativePath: (input) =>boolean=posixPath.isHomeRelativePath
True when input is ~ or a path under ~/. See posixPath.isHomeRelativePath.
True when input is ~ or a path under ~/ (or ~).
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”boolean