MCPcopy 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
236function hasNpmVariable(value: string | undefined): boolean {
237 return value?.includes('$npm_package_') ?? false;
238}
239
240function hasNpmVariables(config: IRcFileConfig): boolean {
241 return (

Callers 1

hasNpmVariablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected