THEOplayer Web SDK
    Preparing search index...

    Type Alias MaybeAsync<T>

    MaybeAsync: T | PromiseLike<T>

    A synchronous or asynchronous return type

    Type Parameters

    • T