Skip to main content

API Documentation

This document describes the public API and interfaces.

Public API​

Classes and Interfaces​

Document the main classes and interfaces exported by this package.

Methods​

Document the public methods and their parameters.

Type Definitions​

Document TypeScript types and interfaces.

Usage Examples​

Provide code examples showing how to use the API.

import { ExampleClass } from 'package-name';

const instance = new ExampleClass();
const result = await instance.method();

Error Handling​

Document error types and how to handle them.