0.1.8 • Published 5 years ago

@netgum/types v0.1.8

Weekly downloads
26
License
MIT
Repository
github
Last release
5 years ago

NetGum Types

NPM version

Missing TypeScript definitions

Installation

  $ npm i @netgum/types -D

Usage

Add type root(s) to your tsconfig.json configuration.

Example:

{
  "compilerOptions": {
    "typeRoots": [
      "./node_modules/@netgum/types/ink",
      "./node_modules/@netgum/types/node",
      "./node_modules/@netgum/types/react",
      "./node_modules/@netgum/types/react-native"
    ]
  }
}

List of definitions

ink type root

node type root

react type root

react-native type root

License

The MIT License

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago