Last Updated: 12/10/2025
Getting Started
Welcome to our documentation! This guide will help you get up and running.
Prerequisites
- Node.js 18+
- npm or yarn
Installation
npm install my-packageQuick Start
After installation, import and use the package:
import { Client } from 'my-package';
const client = new Client();
await client.connect();