A lightweight JSON RPC client & server
Home > async-call-rpc > Requests
A request object or an array of request objects.
Signature:
export type Requests = Request | readonly Request[];
References: Request