UNPKG

snyk-resolve-deps

Version:

Resolves a node package tree with combined support for both npm@2 and npm@3.

4 lines (3 loc) 176 B
export = pluck; import { PackageExpanded } from './types'; declare function pluck(root: PackageExpanded, path: string[], name: string, range: string): false | PackageExpanded;