1 | import { NormalisedPkgs } from '../types';
|
2 | import { PkgNode } from '../util';
|
3 | export declare const getChildNodeYarnLockV1Workspace: (name: string, depInfo: {
|
4 | version: string;
|
5 | isDev: boolean;
|
6 | }, workspacePkgNameToVersion: Record<string, string>, pkgs: NormalisedPkgs, strictOutOfSync: boolean, includeOptionalDeps: boolean) => PkgNode;
|