AgustinCB / docker-api

Docker Remote API driver for node.js. It uses the same modem than dockerode, but the interface is promisified and with a fancier syntax.
GNU General Public License v3.0
306 stars 50 forks source link

wrong types String #40

Closed dcharbonnier closed 6 years ago

dcharbonnier commented 6 years ago

We should use string and number and not String and Number https://stackoverflow.com/questions/14727044/typescript-difference-between-string-and-string

AgustinCB commented 6 years ago

Fair enough.