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.