Setup

To use the AsyncJobs API, install the @wix/async-jobs package using npm or Yarn:

Copy

or

Copy

Then import { asyncJobs } from @wix/async-jobs:

Copy
Did this help?