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) 226 B
import { WorkspaceInfo } from "../../types/WorkspaceInfo"; export declare function getLernaWorkspaceRoot(cwd: string): string; export declare function getLernaWorkspaces(cwd: string, ignorePatterns?: string[]): WorkspaceInfo;