UNPKG

@r_wohl/web-channel-message

Version:

A light weight type-safe library for communicating via the Channel Message Web API

6 lines (4 loc) 231 B
import { SharedWebChannel } from "./shared-web-channel"; import { ChannelObserver } from "./channel-observer"; import { ActionType, Message } from "./types"; export { SharedWebChannel, Message, ActionType, ChannelObserver };