@hyperse/dependency-sync
Version:
A comprehensive Node.js utility for managing dependencies in monorepo environments, specifically designed for Hyperse plugin ecosystems.
8 lines (7 loc) • 320 B
TypeScript
import { type GetPackagesOptions } from '@manypkg/get-packages';
/**
* Get the packages in the cwd.
* @param cwd - The current working directory.
* @returns The packages in the cwd.
*/
export declare function getPackages(cwd: string, options?: GetPackagesOptions): Promise<import("@manypkg/get-packages").Packages>;