DefinitelyTyped/types/dockerode
Maxime Chéramy 385d6cbe7a
fix: options argument is optional (#45725)
Here's the declaration of the function:

/**
 * Pull is a wrapper around createImage, parsing image's tags.
 * @param  {String}   repoTag  Repository tag
 * @param  {Object}   opts     Options (optional)
 * @param  {Function} callback Callback
 * @param  {Object}   auth     Authentication (optional)
 * @return {Object}            Image
 */
Docker.prototype.pull = function(repoTag, opts, callback, auth) {}
2020-06-26 14:26:10 -04:00
..
dockerode-tests.ts 🤖 Merge PR #45209 Add NetworkCreateOptions and type createNetwork by @stuartthomson 2020-06-01 06:12:38 -07:00
index.d.ts fix: options argument is optional (#45725) 2020-06-26 14:26:10 -04:00
tsconfig.json #no-publishing-comment No more tabs in json documents, trailing newlines for every document 2020-05-15 12:27:10 -07:00
tslint.json #no-publishing-comment No more tabs in json documents, trailing newlines for every document 2020-05-15 12:27:10 -07:00