UNPKG

taiga-njs

Version:
8 lines (6 loc) 136 B
var Response = function(type, body) { this.body = body; this.status = "success"; this.type = type; }; module.exports = Response;