@stratosphere-network/shared
Version:
Shared utilities and types for StratoSphere SDK
29 lines (18 loc) • 543 B
Markdown
# @stratosphere-network/shared
Shared utilities, types, and common functionality used across all StratoSphere SDK modules.
## Installation
This package is automatically installed as a dependency when you install other StratoSphere modules.
```bash
npm install @stratosphere-network/shared
```
## Usage
```typescript
import /* shared utilities */ "@stratosphere-network/shared";
```
## Contents
- Common types and interfaces
- Utility functions
- Shared constants
- Error handling utilities
## License
MIT