UNPKG

workspace-tools

Version:

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

4 lines (3 loc) 195 B
import { WorkspaceInfo } from "../../types/WorkspaceInfo"; export declare function getNpmWorkspaceRoot(cwd: string): string; export declare function getNpmWorkspaces(cwd: string): WorkspaceInfo;