poki-sdk-types
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

PokiSDK: TypeScript Types

This project aims to provide the PokiSDK types as a NPM module. Check out the PokiSDK documentation.

Pull-requests are welcome!

Installation instructions

Install the module as a development dependency:

npm install --save-dev poki-sdk-types

tsconfig.json

  1. Open your project's tsconfig.json file.
  2. Locate or add the compilerOptions object.
  3. Add a types array (if not already present) and add poki-sdk-types to the list.

Example:

{
  "compilerOptions": {
    "types": ["poki-sdk-types"],
    // Other compiler options...
  }
}

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i poki-sdk-types

Weekly Downloads

20

Version

1.0.0

License

MIT

Unpacked Size

3.21 kB

Total Files

4

Last publish

Collaborators

  • endel