UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

3 lines (2 loc) 157 B
import type { PackageJson } from '../types/package-json.js'; export declare function getPackageName(pkg: PackageJson, pathname: string): string | undefined;