Skip to main content

Package Information

The Sendook Node.js SDK is available as an npm package:

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
Run the test:

Next Steps

Basic Usage

Learn how to initialize and use the SDK

API Reference

Explore all available methods and types