@overwolf/ow-electron-packages-types
TypeScript icon, indicating that this package has built-in type declarations

0.0.13 • Public • Published

@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.

/@overwolf/ow-electron-packages-types/

    Package Sidebar

    Install

    npm i @overwolf/ow-electron-packages-types

    Weekly Downloads

    1,240

    Version

    0.0.13

    License

    MIT

    Unpacked Size

    11.8 kB

    Total Files

    6

    Last publish

    Collaborators

    • srabouin
    • davidzoltan
    • tom.wolf
    • elad.bahar
    • shai.overwolf
    • boris.manashirov