Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 306 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 306 Bytes

@nrfcloud/wait-for-it

https://jsr.io/@nrfcloud/wait-for-it

Install with NPM

npx jsr add --save-dev @nrfcloud/wait-for-it

Usage

import { waitForIt } from "@nrfcloud/wait-for-it";
const tenant = await wait_for_it<Tenant>(() => repo.getByUUID(e.aggregateUUID));