pentf
    Preparing search index...

    Function waitFor

    • Wait until a function returns a result that is truthy

      Parameters

      • testfunc: () => any
      • Optionaloptions: { checkEvery?: number; message?: string; timeout?: number } = {}

      Returns Promise<void>