@oazmi/kitchensink - v0.10.1
    Preparing search index...

    Type Alias PromiseResolver<T>

    PromiseResolver: (value: T | PromiseLike<T>) => void

    the type definition of a Promise resolver function.

    Type Parameters

    • T

    Type Declaration

      • (value: T | PromiseLike<T>): void
      • Parameters

        • value: T | PromiseLike<T>

        Returns void