UNPKG

@manypkg/tools

Version:
6 lines (5 loc) 132 B
import { Tool } from "./Tool"; export interface PnpmWorkspaceYaml { packages?: string[]; } export declare const PnpmTool: Tool;