MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / info

Function info

packages/webpack5/src/bin/index.ts:22–24  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

20}
21
22function info(message: string) {
23 console.info(`${tag} ${greenBright(dedent(message))}`);
24}
25
26program.enablePositionalOptions();
27

Callers 1

index.tsFile · 0.70

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected