UNPKG

react-zeroconfig

Version:
5 lines (4 loc) • 182 B
import { PackageJson } from 'type-fest'; export declare function getPackageJsonContentsOrderedNames({ packageJsonContents, }: { packageJsonContents: PackageJson[]; }): string[];