poki-sdk-types
v1.0.0
Published
TypeScript support for Poki SDK
Readme
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-typestsconfig.json
- Open your project's
tsconfig.jsonfile. - Locate or add the
compilerOptionsobject. - Add a
typesarray (if not already present) and addpoki-sdk-typesto the list.
Example:
{
"compilerOptions": {
"types": ["poki-sdk-types"],
// Other compiler options...
}
}License
MIT
