UNPKG

sonarqube-scanner

Version:
7 lines (6 loc) 289 B
/// <reference types="node" /> export declare function getArch(): NodeJS.Architecture; export declare function isLinux(): boolean; export declare function isWindows(): boolean; export declare function isMac(): boolean; export declare function getSupportedOS(): NodeJS.Platform | 'alpine';