UNPKG

node-hca

Version:

Node.js client for HCA

14 lines (10 loc) 190 B
'use strict'; (function() { var HcaRequest = function() { this.preamble = 0; this.group = ''; this.command = ''; this.parameters = []; }; module.exports = HcaRequest; })();