async-call-rpc

A lightweight JSON RPC client & server

Home > async-call-rpc > ID

ID type

ID of a JSON-RPC request/response.

Signature:

export type ID = string | number | null | undefined;