Interface AdditionalFileOptions

interface AdditionalFileOptions {
    path: string;
    prop: string;
}

Properties

Properties

path: string

The absolute path of a file to read.

  • If JSON will parse property from object, using dot notation, to get version string.
  • If not JSON will read entire file contents as version string.
prop: string

The property from parsed JSON object, using dot notation, to get version string

'version'