MCPcopy Create free account
hub / github.com/Maksandre/w3wallets / isDebug

Function isDebug

packages/w3wallets/src/debug.ts:1–1  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const isDebug = () => process.env.W3WALLETS_DEBUG === "true";
2
3export function debug(message: string): void {
4 if (!isDebug()) return;

Callers 1

debugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected