UNPKG

@chris.troutner/ipfs-message-port-client

Version:
7 lines (5 loc) 227 B
// This file contains some utility types that either can't be expressed in // JSDoc syntax or that result in a different behaviour when typed in JSDoc. export interface MessagePortClientOptions { transfer?: Transferable[] }