UNPKG

@grnsft/if

Version:

Impact Framework

8 lines (7 loc) 160 B
/** * Finds operating system information like name and version. */ export declare const osInfo: () => Promise<{ os: string; 'os-version': string; }>;