UNPKG

workspace-tools

Version:

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

6 lines (5 loc) 226 B
import type { WorkspaceInfos } from "../types/WorkspaceInfo"; /** * @deprecated Just write `workspaces.map(w => w.name)` directly */ export declare function listOfWorkspacePackageNames(workspaces: WorkspaceInfos): string[];