astro-ghostcms/.pnpm-store/v3/files/73/68c330fb8dc9fd86a01b63dcb4f...

5 lines
202 B
Plaintext

import { Packages } from "@manypkg/get-packages";
export declare function getDependentsGraph(packages: Packages, opts?: {
bumpVersionsWithWorkspaceProtocolOnly?: boolean;
}): Map<string, string[]>;