Interface MapStructureResult

An entry in the resolved value of the promise returned by [[mapStructure]].

interface MapStructureResult {
    file: string;
    stat: Stats;
}

Properties

Properties

file: string

The full path to the file relative to the current working directory, NOT path

stat: Stats

A [[Stats]] object.

Generated using TypeDoc