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

7.0.3 • Public • Published

Type definitions for ioBroker

Usage

Since this package does not start with @types/, the types are not automatically included in your project. You need to add a reference to this package in your tsconfig.json:

{
  "compilerOptions": {
	"types": ["node", "@iobroker/types"]
  }
}

or by adding an import to a file in your project:

import '@iobroker/types';

Readme

Keywords

Package Sidebar

Install

npm i @iobroker/types

Weekly Downloads

10,801

Version

7.0.3

License

MIT

Unpacked Size

173 kB

Total Files

11

Last publish

Collaborators

  • foxriver76
  • iobluefox
  • bluefox
  • apollon77
  • ldittmar
  • alcalzone