UNPKG

pipebomb.js

Version:

Library for interacting with Pipe Bomb servers

6 lines (5 loc) 94 B
export default interface HostInfo { host: string; name: string; https: boolean; }