UNPKG

245 BTypeScriptView Raw
1import type { Options, PackageJson } from './types';
2export { Options };
3export declare function format(packageJson: PackageJson, opts?: Options): string;
4export declare function check(packageJson: string | PackageJson, opts: Options): boolean;