Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6998
const
failFast= (message)=>{
6999
throw TypeError(message);
7000
};
7001
7002
const
wrapLogger= (logger, thisArg)=>
7003
freeze((...args)=> apply(logger, thisArg, args));
Callers
1
tameConsole
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected