Skip to main content

format()

const format: (pathObject) => string

Returns a path string from an object - the opposite of parse().

Parameters

ParameterTypeDescription

pathObject

ParsedPath

path to evaluate.

Returns

string