0.0.13 • Published 9 months ago

@overwolf/ow-electron-packages-types v0.0.13

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

@overwolf/ow-electron-packages-types

npm

Overwolf Electron packages type definition files for autocompletion and documentation purposes.

Installation

To install this package, simply run

$ npm i --save-dev @overwolf/ow-electron-packages-types

In newer versions of ow-electron, this package should be automatically bundled in.

Usage

To use this package in your Typescript project, simply import the relevant members from any relevant files

import "@overwolf/ow-electron-packages-types";

Alternatively, you can add it directly to your tsconfig file, like so:

{
  "compilerOptions":{
    ...,
    "types": [
      ...,
      "@overwolf/ow-electron-packages-types"
      ...
    ]
    ...,
  }
  ...
}

This way, it will always be available in all of your files, even without an explicit import.

0.0.13

9 months ago

0.1.0-beta.6

10 months ago

0.1.0-beta.3

12 months ago

0.1.0-beta.2

12 months ago

0.1.0-beta.5

11 months ago

0.1.0-beta.4

12 months ago

0.0.10

12 months ago

0.0.11

12 months ago

0.0.12

11 months ago

0.0.9

1 year ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago