UNPKG

@alexaegis/workspace-tools

Version:

Tools for working with javascript workspaces

8 lines 459 B
import { CollectFileDirnamesUpDirectoryTreeOptions } from './collect-file-dirname-paths-up-directory-tree.function.options.js'; /** * Returns the furthest folder where a package.json file is present * * (If you're searching for the nearest, use the getWorkspaceRoot function) */ export declare const getWorkspaceRoot: (rawOptions?: CollectFileDirnamesUpDirectoryTreeOptions) => string | undefined; //# sourceMappingURL=get-workspace-root.function.d.ts.map