Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/babel/minify
/ bold
Method
bold
scripts/benchmark.js:231–233 ·
view source on GitHub ↗
(col)
Source
from the content-addressed store, hash-verified
229
);
230
}
231
bold(col) {
232
return
this.target ===
"MD"
? `**${col}**` : chalk.bold(col);
233
}
234
green(col) {
235
return
this.target ===
"MD"
? `**${col}**` : chalk.green(col);
236
}
Callers
2
getRows
Method · 0.95
log
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected