UNPKG

syncpack

Version:

Consistent dependency versions in large JavaScript Monorepos

9 lines (8 loc) 331 B
import { Effect } from 'effect'; import type { Ctx } from '../../get-context/index.js'; import type { Io } from '../../io/index.js'; /** * Find every glob pattern which should be used to find package.json files for * this monorepo. */ export declare function getPatterns(io: Io, config: Ctx['config']): Effect.Effect<string[]>;