3 lines
115 B
TypeScript
3 lines
115 B
TypeScript
|
import { OSInfo } from '../index';
|
||
|
export default function getMacInfo(release?: string): Promise<OSInfo | null>;
|