ProteusJS v2.0.0 API Reference

Complete API documentation for all ProteusJS v2.0.0 packages.

πŸ“¦ Package APIs

Core Packages

Utility Packages

πŸ“ API Conventions

All ProteusJS v2.0.0 APIs follow these conventions:

Error Handling

  • All async functions include proper error handling

  • Fallbacks are provided for unsupported browsers

  • Errors include descriptive messages

TypeScript Support

  • Full TypeScript definitions included

  • Strict type checking enabled

  • Generic types where appropriate

Browser Compatibility

  • Modern APIs with intelligent fallbacks

  • Feature detection before usage

  • Graceful degradation strategies

Performance

  • Lazy loading where possible

  • Tree-shakeable exports

  • Minimal bundle impact