UNPKG

workspace-tools

Version:

A collection of tools that are useful in a git-controlled monorepo that is managed by one of these tools:

7 lines (6 loc) 154 B
import { PackageInfo } from "./PackageInfo"; export declare type WorkspaceInfo = { name: string; path: string; packageJson: PackageInfo; }[];