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

1.0.3 • Public • Published

@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";

/@kinveil/types/

    Package Sidebar

    Install

    npm i @kinveil/types

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    8.36 kB

    Total Files

    3

    Last publish

    Collaborators

    • junioryono