Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
22
function
info(message: string) {
23
console.info(`${tag} ${greenBright(dedent(message))}`);
24
}
25
26
program.enablePositionalOptions();
27
Callers
1
index.ts
File · 0.70
Calls
1
info
Method · 0.80
Tested by
no test coverage detected