5.0.19 • Published 1 day ago

@iobroker/types v5.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago

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';
5.0.18

3 months ago

5.0.19

3 months ago

5.0.9

9 months ago

5.0.8

10 months ago

5.0.7

10 months ago

5.0.6

10 months ago

5.0.10

9 months ago

5.0.11

9 months ago

5.0.12

9 months ago

5.0.13

7 months ago

5.0.14

7 months ago

5.0.15

6 months ago

5.0.16

6 months ago

5.0.17

5 months ago

5.0.5

11 months ago

5.0.4

11 months ago

5.0.3

11 months ago

5.0.2

11 months ago