Package Information
The Sendook Node.js SDK is available as an npm package:- Package name:
@sendook/node - Version: 0.7.0
- License: MIT
- Repository: github.com/sendook/sendook
Requirements
- Node.js 16.x or higher
- TypeScript 5.x (peer dependency)
- Works with ESM and CommonJS
Installation
Install the SDK using your preferred package manager:Module Support
The SDK supports both ESM and CommonJS:ES Modules (ESM)
CommonJS
TypeScript Support
The SDK is written in TypeScript and includes full type definitions. No additional@types package is needed.
Verify Installation
Create a test file to verify the installation:test.ts
Next Steps
Basic Usage
Learn how to initialize and use the SDK
API Reference
Explore all available methods and types