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

    Function cafs

    • The cafs function stands for call async functions sequentially. It executes a list of async functions in sequence.

      Aracna Reference

      Parameters

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

      Returns Promise<void>