@cbnsndwch/zero-sources

API Reference

Complete API documentation for all Zero Sources libraries and packages

Available APIs

API Documentation Format

API documentation includes:

  • Classes: Constructor, methods, properties
  • Interfaces: Type definitions and contracts
  • Functions: Parameters, return types, examples
  • Types: TypeScript type aliases and unions
  • Examples: Usage examples for each API

TypeScript Support

All APIs provide full TypeScript support with:

  • Complete type definitions
  • JSDoc comments
  • IDE autocomplete
  • Type inference

Generating API Docs

API documentation is automatically generated from source code using Microsoft API Extractor:

# Generate all API docs
pnpm build:api-docs

For more information on maintaining API documentation, see the API Documentation Guide.

Contributing

Help improve API documentation:

  1. Add JSDoc comments to public APIs
  2. Include usage examples
  3. Document edge cases
  4. Update when APIs change

How was this page?