UNPKG

@starship-ci/client

Version:
8 lines (7 loc) 159 B
export type Dependency = { name: string; url: string; macUrl?: string; installed: boolean; }; export declare const dependencies: Dependency[];