Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/async_call_rpc/docs/async-call-rpc.console.md

A lightweight JSON RPC client & server
Latest
File

Home > async-call-rpc > Console

Console interface

The minimal Console interface that AsyncCall needs.

Signature:

export interface Console 

Methods

Method Description
debug(args)
error(args)
groupCollapsed(args)
groupEnd(args)
log(args)
warn(args)