UNPKG

dts-cli

Version:

Zero-config TypeScript package development

3 lines (2 loc) 111 B
export type InstallCommand = 'yarn' | 'npm'; export default function getInstallCmd(): Promise<InstallCommand>;