UNPKG

fusion-plugin-rpc

Version:

Fetch data on the server and client with an RPC style interface.

16 lines 729 B
/** Copyright (c) 2018 Uber Technologies, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ import type { RPCDepsType, RPCServiceType } from './types'; export { default as mock } from './mock'; export { default as ResponseError } from './response-error'; declare const _default: import("./types").RPCPluginType; export default _default; export { BodyParserOptionsToken, RPCToken, RPCHandlersToken, RPCHandlersConfigToken, RPCQueryParamsToken, } from './tokens'; export { default as getMockRpcHandlers } from './mock-rpc-handlers'; export type { RPCDepsType }; export type { RPCServiceType as RPCType }; //# sourceMappingURL=index.d.ts.map