@open-audio-stack/core
Version:
Open-source audio plugin management software
7 lines (6 loc) • 330 B
TypeScript
import { SystemType } from '../types/SystemType.js';
import { Architecture } from '../types/Architecture.js';
export declare function getArchitecture(): Architecture;
export declare function getSystem(): SystemType;
export declare function isTests(): boolean;
export declare function commandExists(cmd: string): Promise<boolean>;