Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/changesets/changesets
/ info
Function
info
packages/logger/src/index.ts:22–24 ·
view source on GitHub ↗
(...args: Array<any>)
Source
from the content-addressed store, hash-verified
20
}
21
22
export
function
info(...args: Array<any>) {
23
console.info(format(args, pc.cyan(
"info"
)));
24
}
25
26
export
function
log(...args: Array<any>) {
27
console.log(format(args));
Callers
8
index.test.ts
File · 0.90
init
Function · 0.90
add
Function · 0.90
SimplePrint
Function · 0.90
verbosePrint
Function · 0.90
getPackageInfo
Function · 0.90
publishAPackage
Function · 0.90
getUnpublishedPackages
Function · 0.90
Calls
1
format
Function · 0.85
Tested by
no test coverage detected