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

5.0.19 • 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

12,511

Version

5.0.19

License

MIT

Unpacked Size

152 kB

Total Files

10

Last publish

Collaborators

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