UNPKG

pluto-http-client

Version:

HTTP client for NodeJS. Inspired in the Java JAX-RS spec so you can expect excellence, versatility and extensibility.

4 lines (3 loc) 61 B
export interface Equals { equals(other: any): boolean; }