Prelude API
    Preparing search index...

    Function fire

    • Runs f without awaiting it; failures (including a synchronous throw) go to rejected.

      Parameters

      • f: () => Promise<unknown>
      • rejected: (err: unknown) => void = noop

      Returns void