Runtime surface
The stable shared modules re-exported by @kevinmichaelchen/distilled.
The shared package is a versioned façade over @distilled.cloud/core. It keeps downstream imports stable and centralizes the generator adaptations required across providers.
Export map
| Subpath | Purpose |
|---|---|
. |
Namespaced categories, errors, pagination, retry, sensitive values, traits, and makeAPI |
/client |
API client construction |
/traits |
HTTP request metadata attached to Effect schemas |
/errors |
Shared typed error infrastructure |
/retry and /retry-after |
Retry policy and server delay parsing |
/pagination |
Stream-based paginated operations |
/schema and /schemas |
Schema helpers |
/sensitive |
Redaction-aware sensitive values |
/json-patch |
RFC 6902 patch support |
/openapi/generate |
Deterministic OpenAPI generator entry point |