UNPKG

yalc

Version:

Work with npm/yarn packages locally like a boss.

7 lines (6 loc) 173 B
export declare type CheckOptions = { workingDir: string; all?: boolean; commit?: boolean; }; export declare function checkManifest(options: CheckOptions): void;