@types/win-version-info
TypeScript icon, indicating that this package has built-in type declarations

3.1.3 • Public • Published

Installation

npm install --save @types/win-version-info

Summary

This package contains type definitions for win-version-info (https://github.com/vweevers/win-version-info).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/win-version-info.

index.d.ts

interface VersionInfo {
    FileVersion?: string | undefined;
    LegalCopyright?: string | undefined;
    CompanyName?: string | undefined;
    FileDescription?: string | undefined;
    ProductVersion?: string | undefined;
    InternalName?: string | undefined;
    LegalTrademarks?: string | undefined;
    OriginalFilename?: string | undefined;
    ProductName?: string | undefined;
    BuildID?: string | undefined;
}

declare function winVersionInfo(file: string): VersionInfo;

export = winVersionInfo;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Zlatko Andonovski.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/win-version-info

Weekly Downloads

427

Version

3.1.3

License

MIT

Unpacked Size

3.63 kB

Total Files

5

Last publish

Collaborators

  • types