UNPKG

289 BPlain TextView Raw
1/**
2 * A light implementation of {@link https://www.jsonrpc.org/specification | JSON RPC 2.0}
3 * @packageDocumentation
4 * @remarks
5 * See the introduction at {@link https://github.com/Jack-Works/async-call | Github}
6 */
7
8export * from './Async-Call'
9export * from './Async-Call-Generator'