UNPKG

@softwareventures/maintain-project

Version:

Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited

3 lines (2 loc) 143 B
import type { PackageJson } from "prettier-package-json/build/types.js"; export declare function formatPackageJson(json: PackageJson): string;