interface PullModelOptions {
    insecure?: boolean;
    logProgress?: boolean;
    stream?: boolean;
}

Properties

insecure?: boolean
logProgress?: boolean

Whether or not to log the status of the download to the console.

false
stream?: boolean

Whether or not to stream the download.

true