Package-level declarations

Types

Link copied to clipboard

Describes a "path object," as specified by the Node.js "Path" built-in module. Path objects carry information about a parsed path, or allow the user to specify path information in a structured way. Certain methods in the Path API can accept an object of this type.

Link copied to clipboard
interface PathFactory

Describes the layout of static methods which can be used to create Path instances; paths of this type are compliant with Node's path built-in module.