UNPKG

node-hca

Version:

Node.js client for HCA

14 lines (10 loc) 179 B
'use strict'; (function() { var HcaResponse = function() { this.code = 0; this.group = ''; this.command = ''; this.data = []; }; module.exports = HcaResponse; })();