UNPKG

@amelix/phoenix.js

Version:

A feature-rich API wrapper for the critically acclaimed chatting app Phoenix.. or something.

10 lines (9 loc) 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class PhoenixResponse { constructor(res, body) { this.res = res; this.body = body; } } exports.default = PhoenixResponse;