UNPKG

@open-audio-stack/core

Version:
7 lines (6 loc) 330 B
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>;