MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / failFast

Function failFast

ses.cjs:6998–7000  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

6996
6997
6998const failFast= (message)=>{
6999 throw TypeError(message);
7000 };
7001
7002const wrapLogger= (logger, thisArg)=>
7003 freeze((...args)=> apply(logger, thisArg, args));

Callers 1

tameConsoleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected