UNPKG

cgminer-api

Version:

Complete cgminer API implementation for Node.js with multi-version support, response validation, and integration tests

11 lines (8 loc) 137 B
var _ = require('lodash'); module.exports = { CGMiner: _.isString, API: _.isString }; /* * { CGMiner: '2.11.0', API: '1.24' } */