# @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
