UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

9 lines (7 loc) 172 B
"use strict"; const os = require("os"); exports.implementation = class NavigatorConcurrentHardwareImpl { get hardwareConcurrency() { return os.cpus().length; } };