INNER CODE UNIT · TypeScript

getClient

tenseijs/tensei · packages/cli/src/BaseCommands/MakePlugin/index.ts:146

export function getClient(client: string) {
  if (client === 'npm') {
    return 'npm'
  }

  if (client === 'yarn') {
    return 'yarn'
  }

  return 'yarn'
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…