async-call-rpc

A lightweight JSON RPC client & server

Home > async-call-rpc > Requests

Requests type

A request object or an array of request objects.

Signature:

export type Requests = Request | readonly Request[];

References: Request