UNPKG

cross-origin-client

Version:

A client library for secure cross-origin communication using the postMessage API.

7 lines (5 loc) 94 B
type CrossEvent<T = any> = { type: string; value?: T; }; export type { CrossEvent };