UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

4 lines (3 loc) 184 B
import { type Tree } from '@angular-devkit/schematics'; export type PackageManager = 'npm' | 'pnpm' | 'yarn'; export declare function detectPackageManager(tree: Tree): PackageManager;