UNPKG

@chord-ts/rpc

Version:

💎 Cutting edge transport framework vanishing borders between frontend and backend

5 lines • 254 B
import type { Transport, Cache, ErrorCallback } from './types'; export declare const defaultTransport: Transport; export declare const defaultCache: Cache.Storage; export declare const defaultOnError: ErrorCallback; //# sourceMappingURL=defaults.d.ts.map