UNPKG

cgminer-api

Version:

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

12 lines (8 loc) 135 B
var _ = require('lodash'); module.exports = { Exists: _.isString, Access: _.isString }; /** * { Exists: 'Y', Access: 'Y' } */