@aracna/core - v1.5.0
    Preparing search index...

    Function cafsueof

    • The cafsueof function stands for call async functions sequentially until error or falsy. It executes a list of async functions in sequence, the execution stops if a function throws or returns an error or a falsy value.

      Aracna Reference

      Parameters

      • ...fns: ((...args: any[]) => Promise<any>)[]

      Returns Promise<boolean>