3.1.3 • Published 6 months ago

@types/win-version-info v3.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for win-version-info 3.1
// Project: https://github.com/vweevers/win-version-info
// Definitions by: Zlatko Andonovski <https://github.com/Goldsmith42>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Fri, 02 Jul 2021 18:05:39 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Zlatko Andonovski.

3.1.3

6 months ago

3.1.2

7 months ago

3.1.1

3 years ago

3.1.0

3 years ago