UNPKG

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