@boatkit-io/restream
v0.7.4
Published
TypeScript helpers for ReStream clients.
Readme
@boatkit-io/restream
TypeScript helpers for ReStream web clients.
pnpm add @boatkit-io/restreamimport { subscriptionKeyFromFieldPath } from '@boatkit-io/restream';
const key = subscriptionKeyFromFieldPath(['Board', 0]);CommonJS consumers can use the same package entrypoint:
const { subscriptionKeyFromFieldPath } = require('@boatkit-io/restream');