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

x/tpy/src/types/pylon.d.ts>PylonWebSocket.ConsoleMethods

🔑 A strongly typed Pylon API client.
Latest
type alias PylonWebSocket.ConsoleMethods
import { type PylonWebSocket } from "https://deno.land/x/tpy@v1.0.0-RC/src/types/pylon.d.ts";
const { ConsoleMethods } = PylonWebSocket;

The method of logging this was caused by. Follows the Console interface methods supported on the Pylon SDK.

definition:
| "error"
| "debug"
| "info"
| "warn"
| "log"