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

    Function rcp

    • The rcp functions stands for return custom promise. It takes a function and a value and returns a promise that resolves to the value.

      Aracna Reference

      Type Parameters

      • T

      Parameters

      • fn: () => any
      • value: T

      Returns Promise<T>