# @oshun/offline

Platform-agnostic offline helpers for OSHUN mobile/web/PWA shells.

## Includes

- Async-storage backed TTL cache (`OfflineCache`)
- Resilient sync queue with retry/backoff (`OfflineSyncQueue`)
- Retry policy helpers (`computeBackoffDelay`)
- Connectivity gating utility (`canProcessQueue`)

## Nx Targets

- `pnpm nx run @oshun/offline:build`
- `pnpm nx run @oshun/offline:lint`
- `pnpm nx run @oshun/offline:typecheck`
- `pnpm nx run @oshun/offline:test`
