@oaklean/windows-sensorinterface
Version:
A library that provides a binary that utilizes the LibreHardwareMonitor library to capture energy measurements on Windows
4 lines (3 loc) • 301 B
TypeScript
import { SupportedPlatforms, getPlatformSpecificBinaryDirectoryPath, getPlatformSpecificBinaryPath } from './constants/config';
import { InstallHelper } from './helper/InstallHelper';
export { InstallHelper, SupportedPlatforms, getPlatformSpecificBinaryDirectoryPath, getPlatformSpecificBinaryPath };