zeed
    Preparing search index...

    Function promisify

    • This is exactly what Prose.resolve(x) is supposed to be: return a Promise no matter what type x is

      Type Parameters

      • T

      Parameters

      • value: T | Promise<T>

      Returns Promise<T>