A lightweight JSON RPC client & server
Home > async-call-rpc > ID
ID of a JSON-RPC request/response.
Signature:
export type ID = string | number | null | undefined;