@notifyhub/sdk
v0.0.5
Published
TypeScript SDK for Notifyhub.
Readme
@notifyhub/sdk
TypeScript SDK for NotifyHub with a dedicated playground for inbox, preferences, and realtime connection flows.
Development
From the monorepo root:
bun install- Playground:
cd packages/sdk && bun run play- Tests:
cd packages/sdk && bun run test- Build:
cd packages/sdk && bun run build- Typecheck (also run via
turbo run check-types):
cd packages/sdk && bun run check-types