UNPKG

kite-framework

Version:

Modern, fast, flexible HTTP-JSON-RPC framework

5 lines (4 loc) 115 B
export declare function JsonReceiverProvider(): { contentType: string; receiver: (data: string) => any; };