Innovenergy_trunk/frontend/node_modules/get-os-info/lib/utils/get-mac-info.d.ts

3 lines
115 B
TypeScript
Raw Normal View History

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