UNPKG

kawkab-frontend

Version:

Kawkab frontend is a frontend library for the Kawkab framework

4 lines (3 loc) 178 B
export type PackageManager = 'npm' | 'yarn' | 'pnpm' | 'bun'; export declare function detectPackageManager(): PackageManager; export declare function run(command: string): void;