PackageConstructorParameters interface
Configuration parameters for constructing a package instance.
Signature
export interface PackageConstructorParameters
Remarks
This interface defines the required configuration for creating an instance of Package. Both properties are mandatory.
The parameters provide the absolute path to the package folder containing (or that will contain) the package.json file, and the logger for diagnostic output during package operations.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Logger |
The logger instance for output and diagnostics. | ||
|
string |
The absolute path to the package folder. |
Generated via tsdoc2docusaurus 1.3.2 by API Extractor/Documenter 7.57.2.