1.0.7 • Published 7 months ago

kinveil v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

@kinveil/types

npm

Kinveil type definition files for autocompletion and documentation purposes.

Install

$ npm i --save-dev @kinveil/types

Usage

To use it in your Typescript project, you should include it in your tsconfig.json.

{
  "compilerOptions":{
    ...,
    "types": [
      ...,
      "@kinveil/types"
      ...
    ]
    ...,
  }
  ...
}

Or, you can import it into each file manually.

import "@kinveil/types";
1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago