UNPKG

@apiclient.xyz/docker

Version:

Provides easy communication with Docker remote API from Node.js, with TypeScript support.

4 lines (3 loc) 54 B
export type TLabels = { [key: string]: string; };