@oxog/port-terminator
Version:
Cross-platform utility to terminate processes on ports with zero dependencies
9 lines • 398 B
TypeScript
import type { Platform } from '../types';
export declare function getPlatform(): Platform;
export declare function isWindows(): boolean;
export declare function isMacOS(): boolean;
export declare function isLinux(): boolean;
export declare function isUnix(): boolean;
export declare function getShell(): string;
export declare function getShellFlag(): string;
//# sourceMappingURL=platform.d.ts.map