export { computedChannelInjectionToken, computedChannelObserverInjectionToken, } from "./src/computed-channel/computed-channel.injectable"; export type { ChannelObserver, ComputedChannelFactory, JsonifiableObject, JsonifiableArray, Jsonifiable, } from "./src/computed-channel/computed-channel.injectable";