MCPcopy 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
22export function info(...args: Array<any>) {
23 console.info(format(args, pc.cyan("info")));
24}
25
26export function log(...args: Array<any>) {
27 console.log(format(args));

Callers 8

index.test.tsFile · 0.90
initFunction · 0.90
addFunction · 0.90
SimplePrintFunction · 0.90
verbosePrintFunction · 0.90
getPackageInfoFunction · 0.90
publishAPackageFunction · 0.90
getUnpublishedPackagesFunction · 0.90

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected