Type alias DependencyItemWithInfo

DependencyItemWithInfo: DependencyItem & {
    existsIn: Nullable<IStackInfo | false>;
    info: IDependencyInformation;
}

An extension of DependencyItem.

Type declaration

  • existsIn: Nullable<IStackInfo | false>

    Information about the underlying file, if available.

    While null means that there is no information, does false indicate that detection of this information failed.

  • info: IDependencyInformation

    The underlying information.

Generated using TypeDoc