UNPKG

@node-kit/lerna-workspace-root

Version:
18 lines (15 loc) 433 B
/** * get lerna workspace root dir sync function * * @param cwd - work dir * @returns result - workspace root dir */ export declare function lernaWorkspaceRoot(cwd?: string): Promise<string | null>; /** * get lerna workspace root dir sync function * * @param cwd - work dir * @returns result - workspace root dir */ export declare function lernaWorkspaceRootSync(cwd?: string): string | null; export { }