Files
bigwo/mcp-server-ssh/node_modules/cpu-features/lib/index.js

6 lines
115 B
JavaScript
Raw Normal View History

2026-03-12 12:47:56 +08:00
'use strict';
const binding = require('../build/Release/cpufeatures.node');
module.exports = binding.getCPUInfo;