UNPKG

node-wmi

Version:

Library to execute wmi (Windows Management Instrumentation) commands.

8 lines (5 loc) 95 B
'use strict'; var Query = require('./Query'); exports = module.exports = { Query: Query };