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) 68 B
export interface Comparator<K> { compare(a: K, b: K): number; }