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

    Function ma

    • The ma function stands for make async. It takes a function and returns a function that returns a promise.

      Aracna Reference

      Type Parameters

      • T

      Parameters

      • fn: (...args: any) => T | Promise<T>

      Returns (...args: any) => Promise<T>