UNPKG

@amelix/phoenix.js

Version:

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

8 lines (7 loc) 211 B
/// <reference types="node" /> import { IncomingMessage } from "http"; export default class PhoenixResponse<T> { res: IncomingMessage; body: T; constructor(res: IncomingMessage, body: any); }