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) 52 B
export interface Identifiable { id(): string; }