UNPKG

playwright-ng-schematics

Version:
4 lines (3 loc) 191 B
import type { Rule } from '@angular-devkit/schematics'; export declare function getPackageManagerExecCommand(): "yarn" | "pnpm exec" | "npx"; export default function installBrowsers(): Rule;