1.0.7 • Published 2 years ago

kinveil v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago