UNPKG

@rnx-kit/align-deps

Version:

Manage dependencies within a repository and across many repositories

5 lines 282 B
import type { ErrorCode } from "./types"; export declare function isError<T>(config: T | ErrorCode): config is ErrorCode; export declare function printError(manifestPath: string, code: ErrorCode): void; export declare function printInfo(): void; //# sourceMappingURL=errors.d.ts.map