RpcIpcMessageChannel.d.ts 192 B

123
  1. import { RpcMessageChannel } from '../index';
  2. declare function createRpcIpcMessageChannel(servicePath: string, memoryLimit?: number): RpcMessageChannel;
  3. export { createRpcIpcMessageChannel };