mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
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) {}
|
||
|---|---|---|
| .. | ||
| dockerode-tests.ts | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||