Skip to content

Typescript definition missing ready() method #132

@thaoula

Description

@thaoula

Hi Guys,

It seems that the typescript definition is missing the ready callback -

this code is found in queue.js but you cannot call this when using typescript and need to cast to any.

  ready(cb) {
    if (cb) this._ready.then(() => cb(null), cb);

    return this._ready;
  }

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions