Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BCsabaEngine/svelteesp32
/ hasNpmVariable
Function
hasNpmVariable
src/commandLine.ts:236–238 ·
view source on GitHub ↗
(value: string | undefined)
Source
from the content-addressed store, hash-verified
234
}
235
236
function
hasNpmVariable(value: string | undefined): boolean {
237
return
value?.includes(
'$npm_package_'
) ?? false;
238
}
239
240
function
hasNpmVariables(config: IRcFileConfig): boolean {
241
return
(
Callers
1
hasNpmVariables
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected