UNPKG

trpc-browser

Version:

tRPC adapters and links for everywhere in the browser

6 lines 280 B
/// <reference types="chrome" /> import type { MinimalWindow } from '../types'; type UnSubscibeFn = () => void; export declare function relay(window: MinimalWindow, port: chrome.runtime.Port, windowPostOrigin?: string): UnSubscibeFn; export {}; //# sourceMappingURL=index.d.ts.map