Skip to content

Latest commit

 

History

History
102 lines (49 loc) · 1.43 KB

File metadata and controls

102 lines (49 loc) · 1.43 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IPathFormatConciselyOptions

IPathFormatConciselyOptions interface

Options for Path.formatConcisely()<></>.

Signature:

export interface IPathFormatConciselyOptions 

Properties

Property

Modifiers

Type

Description

baseFolder

string

The base path to use when converting pathToConvert to a relative path.

pathToConvert

string

The path to be converted.

trimLeadingDotSlash?

boolean

(Optional) If set to true, don't include the leading ./ if the path is under the base folder.