MCPcopy Create free account
hub / github.com/TanStack/ai / getPnpmCommand

Function getPnpmCommand

examples/ts-react-native-chat/scripts/dev.mjs:27–29  ·  view source on GitHub ↗
(platform = process.platform)

Source from the content-addressed store, hash-verified

25}
26
27export function getPnpmCommand(platform = process.platform) {
28 return platform === 'win32' ? 'pnpm.cmd' : 'pnpm'
29}
30
31function isPrivateIpv4(address) {
32 const parts = address.split('.').map((part) => Number.parseInt(part, 10))

Callers 2

dev.test.mjsFile · 0.90
createDevConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected