Skip to content

Variable: isHomeRelativePath

const isHomeRelativePath: (input) => boolean = posixPath.isHomeRelativePath

True when input is ~ or a path under ~/. See posixPath.isHomeRelativePath.

True when input is ~ or a path under ~/ (or ~).

string

boolean