MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / platformName

Function platformName

apps/cli/src/build.ts:107–107  ·  view source on GitHub ↗
(t: Target)

Source from the content-addressed store, hash-verified

105];
106
107const platformName = (t: Target) => (t.os === "win32" ? "windows" : t.os);
108
109/** Per-platform suffix used in dist directory names, npm dist-tags, and the
110 * semver prerelease segment of variant package versions. e.g. "linux-x64",

Callers 1

platformTagFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected