UNPKG

@jsdocs-io/extractor

Version:

The API extractor for npm packages powering jsdocs.io

4 lines (3 loc) 226 B
import { type NormalizedPackageJson } from "read-pkg"; /** `getPackageJson` returns the `package.json` file found in the given directory. */ export declare function getPackageJson(dir: string): Promise<NormalizedPackageJson>;