UNPKG

@typecad/typecad

Version:

🤖programmatically 💥create 🛰️hardware

14 lines (13 loc) 375 B
export declare let kicad_path: string | undefined; export declare let kicad_cli_path: string | undefined; export declare let is_flatpak: boolean; export declare class KiCAD { #private; constructor(); detectFlatpakInstallation(): boolean; isFlatpakInstallation(): boolean; getLibraryPaths(): { symbols: string; footprints: string; }; }